The FartBox

ryemac3:
Oh, that's weird. Didn't catch that. I copied it from my blog post. I guess anything between "<" and ">" gets parsed out when I mark stuff as "code".

It was this:
#include <avr/interrupt.h>
#include <avr/power.h>
#include <avr/sleep.h>
#include <avr/io.h>

I based it on this tutorial.

Thanks! I am going to try this out with my similar device.