summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-11 11:44:44 -0500
committerGitHub <noreply@github.com>2023-01-11 11:44:44 -0500
commitcaf7689b2ed8826a6e233b1b59b74e014d0d08bd (patch)
treebf66017e0c06e91c083fd0989fb820eb02710f62
parentcfd43a5b8447c069191cdd36f75ab297b9e597ac (diff)
parentd3005eeb5dff855d107a3c869037b8a224c42288 (diff)
downloadSensor-Watch-caf7689b2ed8826a6e233b1b59b74e014d0d08bd.tar.gz
Sensor-Watch-caf7689b2ed8826a6e233b1b59b74e014d0d08bd.tar.bz2
Sensor-Watch-caf7689b2ed8826a6e233b1b59b74e014d0d08bd.zip
Merge pull request #170 from strickinato/add-doc-to-template
Add documentation to x_face.h template to encourage more docs
-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;