Merge pull request #170 from strickinato/add-doc-to-template

Add documentation to x_face.h template to encourage more docs
This commit is contained in:
joeycastillo 2023-01-11 11:44:44 -05:00 committed by GitHub
commit caf7689b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,13 @@
#include "movement.h" #include "movement.h"
/*
* A DESCRIPTION OF YOUR WATCH FACE
*
* and a description of how use it
*
*/
typedef struct { typedef struct {
// Anything you need to keep track of, put it here! // Anything you need to keep track of, put it here!
uint8_t unused; uint8_t unused;