Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TrapezoidControl QEI
Input/ExternalInt/ExternalInt.h@47:151dd52c0cf9, 2019-10-28 (annotated)
- Committer:
- yabahiro
- Date:
- Mon Oct 28 11:12:32 2019 +0000
- Revision:
- 47:151dd52c0cf9
- Parent:
- 19:96a462583af9
aa;
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 { | 
| 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 |