Can someone tell me what the enum values mean?
- typedef enum {
- SENSOR_UNIT_METRE_PER_SECOND_SQUARED,
- SENSOR_UNIT_MICRO_TESLA,
- SENSOR_UNIT_DEGREE,
- SENSOR_UNIT_LUX,
- SENSOR_UNIT_CENTIMETER,
- SENSOR_UNIT_DEGREE_PER_SECOND,
- SENSOR_UNIT_MAX
- } sensor_unit_e;
I'm considering writing an app that runs on the gear using the accelerometer but I need more than per second resolution for this to work... The action is around 3 seconds total but I need a lot more samples than 3.