julianschuler / MCP23S08

Arduino library for the MCP23S08 SPI I/O expander
MIT License
1 stars 3 forks source link

Using MCP23S08 library with Arduino_ESP32 #4

Closed fdxrate closed 1 year ago

fdxrate commented 3 years ago

First, add this to your Arduino IDE preferences... https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Second, The sketch will not compile until you add...

include

into the MCP23S08.h and MCP23S08.cpp files.

This is not strictly an issue with the library but rather a prerequisite of 'platform = espressif32' and VS Code/PlatformIO IDE.

julianschuler commented 1 year ago

Fixed in 17854b7487.