MOVERIO Pro Developer's Guide (Rev.1.4)
117
7.2. Using the sensor
The sensor uses the standard Android API, SensorEventListener. The following lists the available
sensor types and usage examples.
7.2.1. Sensor type
The BT-2000 can use the following sensors. The following sensor types are also defined in the
Android Sensor class.
* You can acquire the above from the Android Sensor class.
7.2.2. Import module
To use sensors, import below module.
android.hardware.Sensor
android.hardware.SensorEvent
android.hardware.SensorEventListener