1 2 3 4 5 6 7 8 9 10 11
#include <bcl.h> #include <bc_eeprom.h> #include <bc_spi.h> #include <bc_dice.h> #ifndef _GUI_H_ #define _GUI_H_ void update_gui(); #endif