大季 矢花 / Mbed 2 deprecated 2019_Master_9_2

Dependencies:   mbed TrapezoidControl QEI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ExternalInt.h Source File

ExternalInt.h

00001 #ifndef EXTERNALINT_H_
00002 #define EXTERNALINT_H_
00003 
00004 namespace EXTERNALINT {
00005     #define INT0_PIN    PC_9
00006     #define INT1_PIN    PC_8
00007     #define INT2_PIN    PC_6
00008     #define INT3_PIN    PC_5
00009     #define INT4_PIN    PA_12
00010     
00011     class Int {
00012         public:
00013         static void Initialize();
00014     };
00015 }
00016 
00017 #endif