..
Dependencies: STTS751 LPS22HH LIS2MDL HTS221 LIS2DW12 LSM6DSO
Diff: XNucleoIKS01A3.cpp
- Revision:
- 3:90c874c6a9f6
- Parent:
- 0:cbbff52ff25a
- Child:
- 5:463962d6f485
--- a/XNucleoIKS01A3.cpp Thu Mar 07 08:43:32 2019 +0000
+++ b/XNucleoIKS01A3.cpp Fri Apr 12 13:28:35 2019 +0000
@@ -53,7 +53,7 @@
accelerometer(new LIS2DW12Sensor(dev_i2c, LIS2DW12_I2C_ADD_H, lis2dw12_int1)),
pt_sensor(new LPS22HHSensor(dev_i2c, LPS22HH_I2C_ADD_H, lps22hh_int)),
acc_gyro(new LSM6DSOSensor(dev_i2c, LSM6DSO_I2C_ADD_H, lsm6dso_int1, lsm6dso_int2)),
- t_sensor(new STTS751Sensor(dev_i2c, STTS751_0xxxx_ADD_7K5, stts751_int))
+ t_sensor(new STTS751Sensor(dev_i2c, STTS751_1xxxx_ADD_7K5, stts751_int))
{
ht_sensor->init(NULL);
magnetometer->init(NULL);