micooke / WWVB

Arduino WWVB Transmitter for Attiny85, nano, micro etc.
MIT License
30 stars 5 forks source link

No output with nano #1

Closed micooke closed 8 years ago

micooke commented 8 years ago

I'm using the wrong interrupt and forgot to make isr accessed variables volatile to ensure they don't get cached.

mr-sneezy commented 8 years ago

Oops. I've cloned the repo locally and can try it again on the breadboard.