]> git.earman.xyz Git - sensor-watch.git/commitdiff
Add documentation to read me to encourage watch face designers
authorAaron Strick <aaronstrick@gmail.com>
Wed, 11 Jan 2023 05:58:43 +0000 (21:58 -0800)
committerAaron Strick <aaronstrick@gmail.com>
Wed, 11 Jan 2023 05:58:43 +0000 (21:58 -0800)
movement/template/template.h

index 8c1b31263fe4279d41d7f577509744b95a4eb935..be88e52a94f83e50fe95964fe8dba172757454c1 100644 (file)
 
 #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;