Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mcp2515.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ class MCP2515

public:
MCP2515(const uint8_t _CS, const uint32_t _SPI_CLOCK = DEFAULT_SPI_CLOCK, SPIClass * _SPI = nullptr);
bool begin(SPIClass *_SPI = nullptr);

ERROR reset(void);
ERROR setConfigMode();
ERROR setListenOnlyMode();
Expand Down