For LPC1114FN28
Dependencies: MCUGearALPC1114 TextLCD mbed
Revision 1:fbea002af117, committed 2014-05-03
- Comitter:
- Info
- Date:
- Sat May 03 17:09:44 2014 +0000
- Parent:
- 0:b107e3217731
- Commit message:
- changed file name
Changed in this revision
MCUGearALPC1114.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b107e3217731 -r fbea002af117 MCUGearALPC1114.lib --- a/MCUGearALPC1114.lib Sat May 03 16:59:33 2014 +0000 +++ b/MCUGearALPC1114.lib Sat May 03 17:09:44 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/Info/code/MCUGearALPC1114/#95255bae41c8 +http://mbed.org/users/Info/code/MCUGearALPC1114/#aa2e471e8317
diff -r b107e3217731 -r fbea002af117 main.cpp --- a/main.cpp Sat May 03 16:59:33 2014 +0000 +++ b/main.cpp Sat May 03 17:09:44 2014 +0000 @@ -2,9 +2,9 @@ #include "mbed.h" #include "TextLCD.h" -#include "MCUGearBaseA.h" -#include "MCUGearA.h" -#include "commonA.h" +#include "MCUGearBaseALPC1114.h" +#include "MCUGearALPC1114.h" +#include "commonALPC1114.h" Serial pc(dp16, dp15); // tx, rx Set BaudRate = 115200 in main()