daad
Dependencies: mbed TrapezoidControl QEI
Input/ExternalInt/ExternalInt.h
- Committer:
- t_yamamoto
- Date:
- 2018-09-08
- Revision:
- 0:669ef71cba68
- Child:
- 1:b1219d8ca117
File content as of revision 0:669ef71cba68:
#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