Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_IKS01A1 by
Diff: x_nucleo_iks01a1.cpp
- Revision:
- 52:54553fd15b50
- Parent:
- 46:badcff0675e8
- Child:
- 57:04563dd74269
--- a/x_nucleo_iks01a1.cpp Mon Jun 08 18:04:19 2015 +0200
+++ b/x_nucleo_iks01a1.cpp Wed Jun 10 16:44:54 2015 +0200
@@ -52,7 +52,7 @@
magnetometer(new LIS3MDL(*dev_i2c)),
pressure_sensor(new LPS25H(*dev_i2c)),
gyro_lsm6ds0(new LSM6DS0(*dev_i2c)),
- gyro_lsm6ds3(new LSM6DS3(*dev_i2c))
+ gyro_lsm6ds3(new LSM6DS3(*dev_i2c, IKS01A1_PIN_FF))
{
}
