/* blink.h */

#include <avr/io.h>
#include <util/delay.h>
#include <stdint.h>

void blink_atom(void);
