CLOCK

void SET_CLOCK_TIME(int hour, int minute, int second)
void PAUSE_CLOCK(bool toggle)
int GET_CLOCK_HOURS()
int GET_CLOCK_MINUTES()
int GET_CLOCK_SECONDS()

Last updated