Hey all! making the ladyfriend an LED hula hoop. Theres an excellent DIY on how to do this (
https://philihp.com/blog/2011/diy-led-hula-hoop/), but its for an ATMega microcontroller. I could really use some help making this work for the Attiny85. I've removed some LED modes to save space on the chip, but still no luck. Was hoping someone could help me on this, possibly confirm if its even possible. Something tells me whats holding this back from working is the power management/sleep modes that is written for the ATmega, whereas from my research, it seems like sleep mode codes seem to be written differently for the attiny85 (?). Here's the code (In my own code I removed the persistence of vision stuff to save space on the chip, it's still listed in here):
https://github.com/philihp/Jubilee/blob/master/jubilee.pde Any input would be highly appreciated! -Nick