class Sleepy

The Sleepy class contains some utility code to help write sketches which use very little power.

#include <Ports.h> 
#include <RF12.h> // needed to avoid a linker error :(

class Sleepy;

Public API