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,10 +25,8 @@
|
||||
#ifndef GEOMANCY_FACE_H_
|
||||
#define GEOMANCY_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
/*
|
||||
* GEOMANCY WATCH FACE
|
||||
* GEOMANCY watch face
|
||||
*
|
||||
* A simple and straightforward watch face for the ancient Eastern geomantic divination system
|
||||
* of I Ching and the western system of "Geomancy". It is an optional addition to the Toss Up
|
||||
@@ -65,6 +63,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
typedef struct {
|
||||
uint8_t bits : 4;
|
||||
} nibble_t;
|
||||
|
||||
Reference in New Issue
Block a user