Library I2C pins modification to fit nucleo 32 pins modules

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   STM32_MagneticLight

Fork of X_NUCLEO_IKS01A1 by ST

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