The last version programs

Dependencies:   mbed TrapezoidControl Pulse QEI

Committer:
M_souta
Date:
Tue Jul 16 06:48:51 2019 +0000
Revision:
19:96a462583af9
Parent:
16:3f2c2d89372b
Child:
22:7d93f79a3686
test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
t_yamamoto 0:669ef71cba68 1 #ifndef EXTERNALINT_H_
t_yamamoto 0:669ef71cba68 2 #define EXTERNALINT_H_
t_yamamoto 0:669ef71cba68 3
t_yamamoto 0:669ef71cba68 4 namespace EXTERNALINT {
M_souta 19:96a462583af9 5 #define INT0_PIN PC_9
M_souta 19:96a462583af9 6 #define INT1_PIN PC_8
M_souta 19:96a462583af9 7 #define INT2_PIN PC_6
M_souta 19:96a462583af9 8 #define INT3_PIN PC_5
M_souta 19:96a462583af9 9 #define INT4_PIN PA_12
kishibekairohan 16:3f2c2d89372b 10
t_yamamoto 0:669ef71cba68 11 class Int {
t_yamamoto 0:669ef71cba68 12 public:
t_yamamoto 0:669ef71cba68 13 static void Initialize();
t_yamamoto 0:669ef71cba68 14 };
t_yamamoto 0:669ef71cba68 15 }
t_yamamoto 0:669ef71cba68 16
t_yamamoto 0:669ef71cba68 17 #endif