diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-20 15:29:50 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-20 15:29:50 -0500 |
commit | 002140e63420e6a7acc7dfb7c5bc5d51dcfa938c (patch) | |
tree | b2a8fe14f1a0c6d23946d79c5ecf8fd08e18266a /movement/watch_faces | |
parent | f9067641c74779cf77194a89de8c65ef9c424f93 (diff) | |
download | Sensor-Watch-002140e63420e6a7acc7dfb7c5bc5d51dcfa938c.tar.gz Sensor-Watch-002140e63420e6a7acc7dfb7c5bc5d51dcfa938c.tar.bz2 Sensor-Watch-002140e63420e6a7acc7dfb7c5bc5d51dcfa938c.zip |
documentation fix
Diffstat (limited to 'movement/watch_faces')
-rw-r--r-- | movement/watch_faces/sensor/accelerometer_data_acquisition_face.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/sensor/accelerometer_data_acquisition_face.h b/movement/watch_faces/sensor/accelerometer_data_acquisition_face.h index 6da79f8b..337116a9 100644 --- a/movement/watch_faces/sensor/accelerometer_data_acquisition_face.h +++ b/movement/watch_faces/sensor/accelerometer_data_acquisition_face.h @@ -56,7 +56,7 @@ typedef union { uint16_t filter : 2; // bandwidth filtering selection (see lis2dw_bandwidth_filtering_mode_t) uint16_t accel : 14; // Z acceleration value, raw, offset by 16384 } z; - uint32_t counter : 16; // number of seconds since timestamp in header + uint32_t counter : 16; // number of centiseconds since timestamp in header } data; uint64_t value; } accelerometer_data_acquisition_record_t; |