/opt/homebrew/Cellar/avr-gcc@12/12.2.0_3/avr/include/avr/io.h:577:33: fatal error: avr/iom1608.h: No such file or directory
/opt/homebrew/Cellar/avr-gcc@12/12.2.0_3/avr/include/avr/io.h:577:33: fatal error: avr/iom808.h: No such file or directory
If you ended up here, I think you likely got an error like what is pictured above. For some reason your avr-gcc
library doesn't include the header files for the ATTiny1608 or ATTiny808 processors.
But the good news is you can just download a few files (like from here) drop them in the right place and then everything will work.