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:
52:54553fd15b50
Parent:
9:b989c9bc2f3e
Child:
72:79a2a64c9b2f
--- a/x_nucleo_iks01a1_targets.h	Mon Jun 08 18:04:19 2015 +0200
+++ b/x_nucleo_iks01a1_targets.h	Wed Jun 10 16:44:54 2015 +0200
@@ -46,4 +46,7 @@
 #define IKS01A1_PIN_I2C_SCL         (D15)
 #define IKS01A1_PIN_I2C_SDA         (D14)
 
+/* Free Fall Detection IRQ */
+#define IKS01A1_PIN_FF              (A2)
+
 #endif // _X_NUCLEO_IKS01A1_TARGETS_H_