simple watch bin led: add functionality of representing the current time as binary code LED flashing.

This commit is contained in:
TheOnePerson
2023-05-21 08:34:02 +02:00
parent d348482759
commit 8f7452fd99
4 changed files with 314 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
#include "toss_up_face.h"
#include "geomancy_face.h"
#include "dual_timer_face.h"
#include "simple_clock_bin_led_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_