Skip to content

1.1.3

Compare
Choose a tag to compare
@aentinger aentinger released this 15 Jul 12:49
  • Allow the initialisation of callbacks with nullptr in case those callbacks are not required (#15), e.g.
ArduinoMCP2515 mcp2515(spi_select,
                       spi_deselect,
                       spi_transfer,
                       onReceiveBufferFull,
                       nullptr /* onTransmitBufferEmpty */);