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:
88:7b8d3316d753
Parent:
57:04563dd74269
--- a/Components/lsm6ds0/lsm6ds0_class.h	Mon Jun 06 10:32:14 2016 +0200
+++ b/Components/lsm6ds0/lsm6ds0_class.h	Tue Sep 27 15:18:48 2016 +0000
@@ -42,8 +42,8 @@
 #include "mbed.h"
 #include "DevI2C.h"
 #include "lsm6ds0.h"
-#include "../Interfaces/GyroSensor.h"
-#include "../Interfaces/MotionSensor.h"
+#include "GyroSensor.h"
+#include "MotionSensor.h"
 
 /* Classes -------------------------------------------------------------------*/
 /** Class representing a LSM6DS0 sensor component