File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
////////////////////////////////////////////////////////////
40
40
typedef enum
41
41
{
42
- sfSensorAccelerometer , ///< Measures the raw acceleration (m/s² )
42
+ sfSensorAccelerometer , ///< Measures the raw acceleration (m/s^2 )
43
43
sfSensorGyroscope , ///< Measures the raw rotation rates (degrees/s)
44
44
sfSensorMagnetometer , ///< Measures the ambient magnetic field (micro-teslas)
45
- sfSensorGravity , ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s² )
46
- sfSensorUserAcceleration , ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s² )
45
+ sfSensorGravity , ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s^2 )
46
+ sfSensorUserAcceleration , ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2 )
47
47
sfSensorOrientation , ///< Measures the absolute 3D orientation (degrees)
48
48
49
49
sfSensorCount ///< Keep last -- the total number of sensor types
You can’t perform that action at this time.
0 commit comments