We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9adb28 commit 2e9b9b8Copy full SHA for 2e9b9b8
mcp2515.cpp
@@ -25,7 +25,7 @@ MCP2515::MCP2515(const uint8_t _CS, const uint32_t _SPI_CLOCK, SPIClass * _SPI)
25
SPICS = _CS;
26
SPI_CLOCK = _SPI_CLOCK;
27
pinMode(SPICS, OUTPUT);
28
- endSPI();
+ digitalWrite(SPICS, HIGH);
29
}
30
31
void MCP2515::startSPI() {
0 commit comments