documentation fix

This commit is contained in:
Joey Castillo 2022-02-20 15:29:50 -05:00
parent f9067641c7
commit 002140e634
2 changed files with 2 additions and 2 deletions

View 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;

View 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;