movement: WIP app for capturing accelerometer data

This commit is contained in:
Joey Castillo
2022-02-18 16:34:52 -05:00
parent 8cba4516bb
commit efde4190f1
6 changed files with 404 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ SRCS += \
../watch_faces/complication/countdown_face.c \
../watch_faces/complication/blinky_face.c \
../watch_faces/complication/moon_phase_face.c \
../watch_faces/sensor/accelerometer_data_acquisition_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.