kahiroka / slcanuino

USB-CAN(SocketCAN) sketch for Arduino CAN-BUS shield
126 stars 42 forks source link

avr/io.h No such file #9

Open victorlysak opened 9 months ago

victorlysak commented 9 months ago

Hi. Trying to compile this for use with Adafruit RP2040 Can bus.

The compiler gives the error: avr/io.h - no such file or directory.

thanx

kahiroka commented 8 months ago

@victorlysak If It is not an AVR based Arduino it would need to be ported using CAN library for the board because SPI bus is not abstracted.