Question
Android P can't get LSM9DS1 Magnetometer data
- LSM9DS1 IMU Linux Driver:https://github.com/STMicroelectronics/STMems_Linux_IIO_drivers/tree/linux-4.14.y-gh/drivers/iio/imu/st_imu68
- LSM9DS1 Magnetometer Linux Driver:https://github.com/STMicroelectronics/STMems_Linux_IIO_drivers/blob/linux-4.14.y-gh/drivers/iio/magnetometer/st_mag3d_i2c.c
- Android HAL Driver:https://github.com/STMicroelectronics/STMems_Android_Sensor_HAL_IIO
- Our Android P system can get LSM9DS1's Accelerometer/Gyroscope data, but can't get LSM9DS1's Magnetometer data. We have checked iio driver work correctly.
