From: Aaron Strick Date: Wed, 11 Jan 2023 05:58:43 +0000 (-0800) Subject: Add documentation to read me to encourage watch face designers X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=d3005eeb5dff855d107a3c869037b8a224c42288;p=sensor-watch.git Add documentation to read me to encourage watch face designers --- diff --git a/movement/template/template.h b/movement/template/template.h index 8c1b312..be88e52 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;