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.
2 parents d9adb28 + 2e9b9b8 commit e058c84Copy full SHA for e058c84
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