Decimal time face (#260)

* Update movement_faces.h

adding decimal_time_face.h to build

* Decimal Time, a new clock face

This face presents the current time as hours and hundredths of an hour.

* add decimal time to Makefile
This commit is contained in:
mrbrown8
2023-07-29 06:10:28 -06:00
committed by GitHub
parent 07f150fbec
commit 15eeca6b59
4 changed files with 254 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
#include "dual_timer_face.h"
#include "simple_clock_bin_led_face.h"
#include "flashlight_face.h"
#include "decimal_time_face.h"
#include "wyoscan_face.h"
// New includes go above this line.