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,14 @@
|
||||
#ifndef LIS2DW_LOGGING_FACE_H_
|
||||
#define LIS2DW_LOGGING_FACE_H_
|
||||
|
||||
/*
|
||||
* LIS2DW Accelerometer Data Logger
|
||||
*
|
||||
* This is an experimental watch face for logging data on the “Sensor Watch
|
||||
* Motion Express” board. I will add more documentation for this watch face
|
||||
* once this sensor board is more widely available.
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
#include "watch.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user