DMXSerial
DMXSerial copied to clipboard
DMXSerial on ATTiny 1604
Would it be possible to port this over to work on an attiny 1604 chip, and if so how would I go about implementing that?
I'm currently trying to do something similar with an ATTiny85. Currently, I'm having issues with the compiler not being able to find certain variables and VSCode throwing errors that it can't find avr/io.h
when compiling for an ATTiny when it works fine for another board like an Arduino Micro.