]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 2 May 2022 23:39:45 +0000 (18:39 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 2 May 2022 23:39:45 +0000 (18:39 -0500)
1  2 
movement/make/Makefile
movement/movement_faces.h
watch-library/shared/driver/lis2dw.c
watch-library/shared/driver/lis2dw.h

index c1808d688e0f1bda765805ec9e5a4cd2c052ddc2,5bed6bd2f8ed57a212524790afdde26a9d6550eb..0936a26c5308402aa29c59dd6ee772e710066cba
@@@ -48,9 -53,13 +53,14 @@@ SRCS += 
    ../watch_faces/complication/totp_face.c \
    ../watch_faces/complication/sunrise_sunset_face.c \
    ../watch_faces/complication/countdown_face.c \
+   ../watch_faces/complication/counter_face.c \
    ../watch_faces/complication/blinky_face.c \
    ../watch_faces/complication/moon_phase_face.c \
 +  ../watch_faces/sensor/accelerometer_data_acquisition_face.c \
+   ../watch_faces/clock/mars_time_face.c \
+   ../watch_faces/complication/orrery_face.c \
+   ../watch_faces/complication/astronomy_face.c \
+   ../watch_faces/complication/tomato_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.
index e4ef102bec38bb309cc05d99e8b216eb9a5a844d,f27d9f91415fad929351b472432baa458384a386..e7e78ff4db9ff4f25ff8401c23d7d1831fc1191a
  #include "hello_there_face.h"
  #include "sunrise_sunset_face.h"
  #include "countdown_face.h"
+ #include "counter_face.h"
  #include "blinky_face.h"
  #include "moon_phase_face.h"
 +#include "accelerometer_data_acquisition_face.h"
+ #include "mars_time_face.h"
+ #include "orrery_face.h"
+ #include "astronomy_face.h"
+ #include "tomato_face.h"
  // New includes go above this line.
  
  #endif // MOVEMENT_FACES_H_
Simple merge
Simple merge