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:
@@ -22,24 +22,12 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
// #include <threads.h>
|
||||
|
||||
#include "wake_face.h"
|
||||
#include "watch.h"
|
||||
#include "watch_utility.h"
|
||||
|
||||
/*
|
||||
UI Notes
|
||||
º Light advances hour by 1
|
||||
º Light long press advances hour by 6
|
||||
º Alarm advances minute by 10
|
||||
º Alarm long press cycles through signal modes (just one at the moment)
|
||||
*/
|
||||
|
||||
//
|
||||
// Private
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user