goodwatch/firmware/rtc.h

8 lines
73 B
C
Raw Normal View History

int get_hour();
int get_minute();
int get_second();
void draw_time();