port buzzer and LED functions to gossamer framework

This commit is contained in:
joeycastillo
2024-09-18 14:47:53 -04:00
parent 5ba64844e2
commit 29f020e207
11 changed files with 120 additions and 233 deletions

View File

@@ -29,7 +29,9 @@ 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 \
./app.c \
# Finally, leave this line at the bottom of the file.