Timer Face: Advanced countdown face with presets (#224)

* timer face: initial commit, fully functional

* timer face: show slot number in normal mode

---------

Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
This commit is contained in:
TheOnePerson
2023-03-11 22:26:36 +01:00
committed by GitHub
parent 7584f9bf98
commit 2d46a9bf9e
4 changed files with 471 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
#include "discgolf_face.h"
#include "habit_face.h"
#include "repetition_minute_face.h"
#include "timer_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_