Fix missing documentation for many clock faces:
* Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#ifndef CHIRPY_DEMO_FACE_H_
|
||||
#define CHIRPY_DEMO_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
/*
|
||||
* CHIRPY DEMO FACE
|
||||
*
|
||||
@@ -50,9 +48,10 @@
|
||||
*
|
||||
* To record and decode a chirpy transmission on your computer, you can use the web app here:
|
||||
* https://jealousmarkup.xyz/off/chirpy/rx/
|
||||
*
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
void chirpy_demo_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);
|
||||
void chirpy_demo_face_activate(movement_settings_t *settings, void *context);
|
||||
bool chirpy_demo_face_loop(movement_event_t event, movement_settings_t *settings, void *context);
|
||||
|
||||
Reference in New Issue
Block a user