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,11 +25,8 @@
|
||||
#ifndef RANDONAUT_FACE_H_
|
||||
#define RANDONAUT_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
#include "place_face.h"
|
||||
|
||||
/*
|
||||
* RANDONAUT FACE
|
||||
* RANDONAUT face
|
||||
* ==============
|
||||
*
|
||||
* Randonauting is a way to turn the world around you into an adventure and get the user outside
|
||||
@@ -71,6 +68,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
#include "place_face.h"
|
||||
|
||||
typedef struct {
|
||||
uint8_t mode :3;
|
||||
uint8_t location_format :3;
|
||||
|
||||
Reference in New Issue
Block a user