arduino-CAN
arduino-CAN copied to clipboard
soc/dport_reg.h
I have been trying to get the can library to work with and esp32c3, but when i try to upload it i get this error: fatal error:
soc/dport_reg.h: No such file or directory #include "soc/dport_reg.h" ^~~~~~~~~~~~~~~~~ compilation terminated. exit status 1
does anyone have a solution?
Hello @tomvanderborgh , Unfortunately this library doesn't seem to work with Arduino esp32c3... yet. I can recommend you the library ESP32-TWAI-CAN, a library that I use for CAN bus comm between esp32
@KraRo16 Thank you for your reply I will take a look at it.