aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

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