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,6 +25,17 @@
|
||||
#ifndef BREATHING_FACE_H_
|
||||
#define BREATHING_FACE_H_
|
||||
|
||||
/*
|
||||
* BOXED BREATHING face
|
||||
*
|
||||
* Breathing is a complication for guiding boxed breathing sessions.
|
||||
* Boxed breathing is a technique to help you stay calm and improve
|
||||
* concentration in stressful situations.
|
||||
*
|
||||
* Usage: Timed messages will cycle as long as this face is active.
|
||||
* Press ALARM to toggle sound.
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
void breathing_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);
|
||||
|
||||
Reference in New Issue
Block a user