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.
Fork of IoTWorkshopLCD by
Revision 3:abcecbc8c198, committed 2014-02-03
- Comitter:
- sam_grove
- Date:
- Mon Feb 03 18:17:54 2014 +0000
- Parent:
- 2:0e7e13c81df4
- Commit message:
- forgot LCD for apps board
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Feb 03 13:18:57 2014 +0000 +++ b/main.cpp Mon Feb 03 18:17:54 2014 +0000 @@ -11,6 +11,7 @@ C12832_LCD lcd(D11, D13, D12, D7, D10); #elif defined(MBED_APPS_BOARD) PwmOut spkr(p26); + C12832_LCD lcd(p5, p7, p6, p8, p11); DigitalOut myled(LED1); #else #error application board not defined