DIY Apple Clock

The ATtiny24, 44, 84 series only has 1 external interrupt (INT0) [Page 48 of the datasheet]. This is the interrupt that we are most familiar with using on the Arduino. You can simply use this interrupt by saying “attachInterrupt()” While it only had 1 interrupt, I wanted to have two buttons on my clock: one […]

DIY Apple Clock Read More »