add basic flashlight function

This commit is contained in:
joeycastillo
2023-06-29 16:17:19 -04:00
parent 05e069ead1
commit b49259e4e0
4 changed files with 139 additions and 0 deletions

View File

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