Multitech mDot/UDK support.

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IKS01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
pferland
Date:
Fri Dec 09 20:51:29 2016 +0000
Parent:
90:bd74c33ecbbd
Commit message:
Changed default pins for mDot target

Changed in this revision

x_nucleo_iks01a1_targets.h Show annotated file Show diff for this revision Revisions of this file
--- a/x_nucleo_iks01a1_targets.h	Mon Oct 10 06:55:29 2016 +0000
+++ b/x_nucleo_iks01a1_targets.h	Fri Dec 09 20:51:29 2016 +0000
@@ -43,10 +43,10 @@
 
 /*** I2C ***/
 /* Use Arduino I2C Connectors */
-#define IKS01A1_PIN_I2C_SDA         (D14)
-#define IKS01A1_PIN_I2C_SCL         (D15)
+#define IKS01A1_PIN_I2C_SDA         (I2C_SDA)
+#define IKS01A1_PIN_I2C_SCL         (I2C_SCL)
 
 /* Free Fall Detection IRQ */
-#define IKS01A1_PIN_FF              (A2)
+#define IKS01A1_PIN_FF              (PC_1)
 
 #endif // _X_NUCLEO_IKS01A1_TARGETS_H_