bring in RTC functionality

This commit is contained in:
joeycastillo
2024-09-18 15:06:38 -04:00
parent 0585a1d0d8
commit 29d6ce42f1
5 changed files with 63 additions and 84 deletions

View File

@@ -30,6 +30,7 @@ INCLUDES += \
# Add your source files here.
SRCS += \
./watch-library/hardware/watch/watch_gpio.c \
./watch-library/hardware/watch/watch_rtc.c \
./watch-library/hardware/watch/watch_tcc.c \
./app.c \