early work on background tasks, documentation

This commit is contained in:
Joey Castillo
2021-10-16 16:03:27 -04:00
parent 458ebf6987
commit 0cfb37c671
7 changed files with 102 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ uint8_t simple_clock_face_get_weekday(uint16_t day, uint16_t month, uint16_t yea
simple_clock_face_activate, \
simple_clock_face_loop, \
simple_clock_face_resign, \
NULL, \
}
#endif // FAKE_FACE_H_