Closed
Description
When updating the library from 1.9.2 to 1.9.3 the SPI communication seems broken to me
static const byte MCP2515_SCK = 18;
static const byte MCP2515_MOSI = 19;
static const byte MCP2515_MISO = 16;
static const byte MCP2515_CS = 17;
static const byte MCP2515_INT = 6;
The only think that jumps to my eye is the addition of the line 46
compiler.libstdcpp="{runtime.platform.path}/lib/
to the file platform.txt
Metadata
Metadata
Assignees
Labels
No labels