From d3005eeb5dff855d107a3c869037b8a224c42288 Mon Sep 17 00:00:00 2001 From: Aaron Strick Date: Tue, 10 Jan 2023 21:58:43 -0800 Subject: Add documentation to read me to encourage watch face designers --- movement/template/template.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- cgit v1.2.3