文件名称:Android操作系统11种传感器介绍
文件大小:49KB
文件格式:DOC
更新时间:2015-05-31 16:49:44
传感器
01 #define SENSOR_TYPE_ACCELEROMETER 1 //加速度 02 #define SENSOR_TYPE_MAGNETIC_FIELD 2 //磁力 03 #define SENSOR_TYPE_ORIENTATION 3 //方向 04 #define SENSOR_TYPE_GYROSCOPE 4 //陀螺仪 05 #define SENSOR_TYPE_LIGHT 5 //光线感应 06 #define SENSOR_TYPE_PRESSURE 6 //压力 07 #define SENSOR_TYPE_TEMPERATURE 7 //温度 08 #define SENSOR_TYPE_PROXIMITY 8 //接近 09 #define SENSOR_TYPE_GRAVITY 9 //重力