Miya Miyagawa / Mbed 2 deprecated AutoMaster_si-tu

Dependencies:   mbed TrapezoidControl Pulse 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    PA_12
00006     #define INT1_PIN    PC_5
00007     
00008     class Int {
00009         public:
00010         static void Initialize();
00011     };
00012 }
00013 
00014 #endif