The timestamp_us member of the sensor events has been renamed sensor_timestamp and now represents nanoseconds.

This commit is contained in:
Sam Lantinga
2022-12-04 08:31:19 -08:00
parent 73f4aeee6a
commit b8760a3ffe
26 changed files with 134 additions and 128 deletions

View File

@@ -596,7 +596,7 @@ void loop(void *arg)
event.csensor.data[0],
event.csensor.data[1],
event.csensor.data[2],
event.csensor.timestamp_us);
event.csensor.sensor_timestamp);
break;
#endif /* VERBOSE_SENSORS */