pub type SensorVersion = i32;
Expand description

A revision number for the part/driver combination. The value must be updated when the driver is updated in a way that changes the output of the sensor. This is important for fused sensors when the fusion algorithm is updated.

Defined to be compatible with: https://android.googlesource.com/platform/hardware/interfaces/+/main/sensors/1.0/types.hal#834