pin assignments for mDot

Dependencies:   X_NUCLEO_COMMON

Dependents:   iks01a1_acc LoRaWAN-demo-72_mdotIKS01A1 MTDOT-UDKDemo_Senet MTDOT-UDKDemo

Fork of X_NUCLEO_IKS01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
dudmuck
Date:
Fri Mar 04 21:16:34 2016 +0000
Parent:
75:8a5184f66cd9
Commit message:
add pin assignments for mDot

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	Thu Dec 17 07:18:13 2015 +0000
+++ b/x_nucleo_iks01a1_targets.h	Fri Mar 04 21:16:34 2016 +0000
@@ -41,6 +41,12 @@
 #ifndef _X_NUCLEO_IKS01A1_TARGETS_H_
 #define _X_NUCLEO_IKS01A1_TARGETS_H_
 
+#ifdef TARGET_MTS_MDOT_F411RE
+    #define A2          PC_1
+    #define D15         PA_8
+    #define D14         PC_9
+#endif
+
 /*** I2C ***/
 /* Use Arduino I2C Connectors */
 #define IKS01A1_PIN_I2C_SDA         (D14)