summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Strick <aaronstrick@gmail.com>2023-01-10 21:58:43 -0800
committerAaron Strick <aaronstrick@gmail.com>2023-01-10 21:58:43 -0800
commitd3005eeb5dff855d107a3c869037b8a224c42288 (patch)
tree1857b1995a17a9041724c6031ab6206ac26f518d
parent280d8b246a60fa49d932bfbc573b93acffd7af29 (diff)
downloadSensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.tar.gz
Sensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.tar.bz2
Sensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.zip
Add documentation to read me to encourage watch face designers
-rw-r--r--movement/template/template.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/movement/template/template.h b/movement/template/template.h
index 8c1b3126..be88e52a 100644
--- a/movement/template/template.h
+++ b/movement/template/template.h
@@ -27,6 +27,13 @@
#include "movement.h"
+/*
+ * A DESCRIPTION OF YOUR WATCH FACE
+ *
+ * and a description of how use it
+ *
+ */
+
typedef struct {
// Anything you need to keep track of, put it here!
uint8_t unused;