Add documentation to read me to encourage watch face designers

This commit is contained in:
Aaron Strick 2023-01-10 21:58:43 -08:00
parent 280d8b246a
commit d3005eeb5d

View file

@ -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;