consolidate buzzer and LED into TCC file

This commit is contained in:
joeycastillo
2024-09-18 14:53:46 -04:00
parent 29f020e207
commit 0585a1d0d8
8 changed files with 163 additions and 252 deletions

View File

@@ -29,9 +29,8 @@ INCLUDES += \
# Add your source files here.
SRCS += \
./watch-library/hardware/watch/watch_buzzer.c \
./watch-library/hardware/watch/watch_gpio.c \
./watch-library/hardware/watch/watch_led.c \
./watch-library/hardware/watch/watch_tcc.c \
./app.c \
# Finally, leave this line at the bottom of the file.