Implemented Low Level Compunications
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
class MCP2515 {
|
||||
private:
|
||||
|
||||
public:
|
||||
uint8_t get_TransmitErrorCounter();
|
||||
uint8_t get_ReceiveErrorCounter();
|
||||
};
|
||||
Reference in New Issue
Block a user