Port beats to movement framework
../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
#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,