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:
commit
caf7689b2e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user