For the complete documentation index, see llms.txt. This page is also available as Markdown.

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