ESP32-Arduino-CAN icon indicating copy to clipboard operation
ESP32-Arduino-CAN copied to clipboard

match espressif 3.0.3 Update

Open Mandropil opened this issue 6 months ago • 0 comments

In the recent 3.0.x Board Library Update from Espressif the constants CAN_TX_ID and CAN_RX_IDX have been renamed to TWAI_RX_IDX/TWAI_TX_IDX and the define moved to #include "soc/gpio_sig_map.h". I adapted the source to match these changes.

I also put in a timing fix for 1Mbps BAud rate.

Mandropil avatar Jul 29 '24 09:07 Mandropil