fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
26:b4421d1ee57a
Child:
27:b31ea8d74f9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/arduinopins.h	Thu Jul 05 20:15:37 2018 +0000
@@ -0,0 +1,15 @@
+#ifndef ARDUINOPINS_H_
+#define ARDUINOPINS_H_
+
+#define ARDUINO_11 PA_7
+#define ARDUINO_12 PA_6
+#define ARDUINO_13 PA_5
+
+#define ARDUINO_A0 PA_0
+#define ARDUINO_A1 PA_1
+#define ARDUINO_A2 PA_4
+#define ARDUINO_A3 PB_0
+#define ARDUINO_A4 PC_1
+#define ARDUINO_A5 PC_0
+
+#endif