#ifndef MAIN_H_ #define MAIN_H_ #define F_CPU 8000000 #define ATTINY2313 #include #include #include #include #include #include #include #include "lcd.h" #include "fifo.h" #include "comms.h" #include "periph.h" #define SONG_NAME_LEN 16 /* ---- Globally available flags ---- */ extern bool update_display; #endif