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.
Dependents: unh-hackathon-example unh-hackathon-example-raw
Fork of X_NUCLEO_IKS01A1 by
Diff: x_nucleo_iks01a1.h
- Revision:
- 6:8d2abd695c52
- Parent:
- 5:8bab0f419849
- Child:
- 7:a2bb3d5e12e9
--- a/x_nucleo_iks01a1.h Wed Apr 15 12:10:42 2015 +0200 +++ b/x_nucleo_iks01a1.h Wed Apr 15 13:45:30 2015 +0200 @@ -46,8 +46,8 @@ #include "DevI2C.h" #include "Common/HumTemp.h" #include "Common/Magneto.h" +#include "Common/Pressure.h" #if 0 // betzw: TODO -#include "Common/Pressure.h" #include "Common/Imu6Axis.h" #endif @@ -82,8 +82,8 @@ HumTemp &ht_sensor; Magneto &magnetometer; + Pressure &pressure_sensor; #if 0 // betzw: TODO - Pressure &pressure_sensor; Imu6Axis &gyroscope; #endif // 0