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
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 Thu Aug 11 2022 13:16:31 by
