]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge pull request #19 from tahnok/beats_watch_face
authorjoeycastillo <joeycastillo@utexas.edu>
Sat, 23 Oct 2021 20:36:26 +0000 (16:36 -0400)
committerGitHub <noreply@github.com>
Sat, 23 Oct 2021 20:36:26 +0000 (16:36 -0400)
Port beats to movement framework

1  2 
movement/make/Makefile
movement/movement_config.h

index aae21d2266b49d7e5cebeb5b43e8a62bfd2453a6,9ff13b5960984b9e848ed52e1678f43e163a767b..a937222b7235d98a3794211563a4a95b36b5c5a1
@@@ -31,8 -31,8 +31,9 @@@ SRCS += 
    ../watch_faces/complications/pulsometer_face.c \
    ../watch_faces/thermistor/thermistor_driver.c \
    ../watch_faces/thermistor/thermistor_readout_face.c \
 +  ../watch_faces/thermistor/thermistor_logging_face.c \
    ../watch_faces/demos/character_set_face.c \
+   ../watch_faces/complications/beats_face.c \
  
  # Leave this line at the bottom of the file; it has all the targets for making your project.
  include $(TOP)/rules.mk
index 79f4914406ff928659507c50a954fc65ed07e8d7,22daf2cb52601e8e93c06454ceecfe6f8659a5ab..3e9114776016bf71c2979ba36912f44c795c48e8
@@@ -6,8 -6,8 +6,9 @@@
  #include "set_time_face.h"
  #include "pulsometer_face.h"
  #include "thermistor_readout_face.h"
 +#include "thermistor_logging_face.h"
  #include "character_set_face.h"
+ #include "beats_face.h"
  
  const watch_face_t watch_faces[] = {
      simple_clock_face,