8000 Tag 1.9.3 breakes SPI connection with MCP2515 · Issue #274 · earlephilhower/arduino-pico · GitHub
[go: up one dir, main page]

Skip to content
Tag 1.9.3 breakes SPI connection with MCP2515 #274
Closed
@pepeRossRobotics

Description

@pepeRossRobotics

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0