The last version programs

Dependencies:   mbed TrapezoidControl Pulse QEI

Revision:
0:669ef71cba68
Child:
1:b1219d8ca117
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Input/ExternalInt/ExternalInt.h	Sat Sep 08 06:05:22 2018 +0000
@@ -0,0 +1,27 @@
+#ifndef EXTERNALINT_H_
+#define EXTERNALINT_H_
+
+namespace EXTERNALINT {
+    #define INT0_PIN    PC_5
+    #define INT1_PIN    PA_12
+    #define INT2_PIN    PA_11
+    #define INT3_PIN    PB_12
+    #define INT4_PIN    PB_2
+    #define INT5_PIN    PB_1
+    #define INT6_PIN    PB_15
+    #define INT7_PIN    PB_14
+    #define INT8_PIN    PB_13
+    #define INT9_PIN    PC_4
+    #define INT10_PIN   PB_3
+    #define INT11_PIN   PB_5
+    #define INT12_PIN   PB_4
+    #define INT13_PIN   PB_10
+    #define INT14_PIN   PA_8
+
+    class Int {
+        public:
+        static void Initialize();
+    };
+}
+
+#endif