aa
Dependencies: mbed TrapezoidControl QEI
Input/ExternalInt/ExternalInt.h@16:3f2c2d89372b, 2019-07-01 (annotated)
- Committer:
- kishibekairohan
- Date:
- Mon Jul 01 13:00:20 2019 +0000
- Revision:
- 16:3f2c2d89372b
- Parent:
- 1:b1219d8ca117
- Child:
- 19:96a462583af9
aaa;
Who changed what in which revision?
User | Revision | Line number | New 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 { |
kishibekairohan | 16:3f2c2d89372b | 5 | #define INT0_PIN PB_8 |
kishibekairohan | 16:3f2c2d89372b | 6 | #define INT1_PIN PC_9 |
kishibekairohan | 16:3f2c2d89372b | 7 | #define INT2_PIN PC_8 |
kishibekairohan | 16:3f2c2d89372b | 8 | #define INT3_PIN PC_6 |
kishibekairohan | 16:3f2c2d89372b | 9 | #define INT4_PIN PC_5 |
kishibekairohan | 16:3f2c2d89372b | 10 | #define INT5_PIN PA_12 |
kishibekairohan | 16:3f2c2d89372b | 11 | |
t_yamamoto | 0:669ef71cba68 | 12 | class Int { |
t_yamamoto | 0:669ef71cba68 | 13 | public: |
t_yamamoto | 0:669ef71cba68 | 14 | static void Initialize(); |
t_yamamoto | 0:669ef71cba68 | 15 | }; |
t_yamamoto | 0:669ef71cba68 | 16 | } |
t_yamamoto | 0:669ef71cba68 | 17 | |
t_yamamoto | 0:669ef71cba68 | 18 | #endif |