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:
5:8bab0f419849
Parent:
4:566f2c41dc1d
Child:
6:8d2abd695c52
--- a/x_nucleo_iks01a1.h	Tue Apr 14 15:32:06 2015 +0200
+++ b/x_nucleo_iks01a1.h	Wed Apr 15 12:10:42 2015 +0200
@@ -45,9 +45,9 @@
 #include "x_nucleo_iks01a1_targets.h"
 #include "DevI2C.h"
 #include "Common/HumTemp.h"
+#include "Common/Magneto.h"
 #if 0 // betzw: TODO
 #include "Common/Pressure.h"
-#include "Common/Magneto.h"
 #include "Common/Imu6Axis.h"
 #endif 
 
@@ -81,9 +81,9 @@
 	DevI2C *dev_i2c;
 
 	HumTemp &ht_sensor;
+	Magneto &magnetometer;
 #if 0 // betzw: TODO
 	Pressure &pressure_sensor;
-	Magneto &magnetometer;
 	Imu6Axis &gyroscope;
 #endif // 0