#ifndef _LOADED_DISPLAY #define _LOADED_DISPLAY #include void write_digit(uint8_t digit); void write_time(uint16_t hour, uint16_t minute); #endif