summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorTheOnePerson <a.nebinger@web.de>2023-05-21 08:34:02 +0200
committerTheOnePerson <a.nebinger@web.de>2023-05-21 08:34:02 +0200
commit8f7452fd99d894d49276e64404ec52bbe2a9eecf (patch)
tree8224260baa46d32fb18374248331e2cf6efa07c7 /movement/make
parentd348482759bcd53cd59b40cdc3930c15f6f9f634 (diff)
downloadSensor-Watch-8f7452fd99d894d49276e64404ec52bbe2a9eecf.tar.gz
Sensor-Watch-8f7452fd99d894d49276e64404ec52bbe2a9eecf.tar.bz2
Sensor-Watch-8f7452fd99d894d49276e64404ec52bbe2a9eecf.zip
simple watch bin led: add functionality of representing the current time as binary code LED flashing.
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 952f3c70..74d4b90b 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -114,6 +114,7 @@ SRCS += \
../watch_faces/complication/randonaut_face.c \
../watch_faces/complication/toss_up_face.c \
../watch_faces/complication/geomancy_face.c \
+ ../watch_faces/clock/simple_clock_bin_led_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.