aa
Dependencies: mbed TrapezoidControl QEI
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
Generated on Wed Jul 13 2022 05:31:27 by
1.7.2