kahiroka / slcanuino

USB-CAN(SocketCAN) sketch for Arduino CAN-BUS shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avr/io.h No such file

victorlysak opened this issue · comments

commented

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

@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.