diff options
author | Aaron Strick <aaronstrick@gmail.com> | 2023-01-10 21:58:43 -0800 |
---|---|---|
committer | Aaron Strick <aaronstrick@gmail.com> | 2023-01-10 21:58:43 -0800 |
commit | d3005eeb5dff855d107a3c869037b8a224c42288 (patch) | |
tree | 1857b1995a17a9041724c6031ab6206ac26f518d /movement | |
parent | 280d8b246a60fa49d932bfbc573b93acffd7af29 (diff) | |
download | Sensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.tar.gz Sensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.tar.bz2 Sensor-Watch-d3005eeb5dff855d107a3c869037b8a224c42288.zip |
Add documentation to read me to encourage watch face designers
Diffstat (limited to 'movement')
-rw-r--r-- | movement/template/template.h | 7 |
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; |