mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
319 stars 76 forks source link

DMXSerial on ATTiny 1604 #32

Open Johndhawk2 opened 4 years ago

Johndhawk2 commented 4 years ago

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?

caitlynrw commented 3 years ago

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.