]> git.earman.xyz Git - sensor-watch.git/commitdiff
documentation fix
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 20 Feb 2022 20:29:50 +0000 (15:29 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 20 Feb 2022 20:29:50 +0000 (15:29 -0500)
apps/spi-test/app.c
movement/watch_faces/sensor/accelerometer_data_acquisition_face.h

index 504835bf730cb3bcd6cff6f7217f643e866764f4..d00b635a1983052fc4a7d516d60769793be22f66 100644 (file)
@@ -36,7 +36,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;
index 6da79f8bb700f0d7ff9610cf54f2566e1d3146d3..337116a9186c0926698bbadee50498c534b775de 100644 (file)
@@ -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;