diff options
author | Jose Castillo <joeycastillo@utexas.edu> | 2023-06-10 11:58:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 11:58:23 -0400 |
commit | 05e069ead138997449ef3bd53f596886af71f916 (patch) | |
tree | 907e174da4726392f42e332ba0d01b5eb9301c3b /movement/movement_faces.h | |
parent | c1580b356d16cc49db873b020d72465a5f8b3a45 (diff) | |
parent | 8f7452fd99d894d49276e64404ec52bbe2a9eecf (diff) | |
download | Sensor-Watch-05e069ead138997449ef3bd53f596886af71f916.tar.gz Sensor-Watch-05e069ead138997449ef3bd53f596886af71f916.tar.bz2 Sensor-Watch-05e069ead138997449ef3bd53f596886af71f916.zip |
Merge pull request #248 from TheOnePerson/simple-watch-bin-led
simple watch binary light: show current time by flashing the LED as binary code
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index 0e2a45b1..212a5e29 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -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_ |