ESP32RET icon indicating copy to clipboard operation
ESP32RET copied to clipboard

For Information: Using a ESP32 FeatherWing CAN board

Open wrightwells opened this issue 5 months ago • 0 comments

To use a Huzzah32 Feather https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/using-with-arduino-ide

with a CAN-BUS FeatherWing https://www.skpang.co.uk/products/can-bus-featherwing-for-esp32

set board to settings.systemType = 0; set Pins to CAN0.setCANPins(GPIO_NUM_26, GPIO_NUM_25);

wrightwells avatar Aug 27 '24 12:08 wrightwells