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.
Diff: main.cpp
- Revision:
- 4:f0eb984c583d
- Parent:
- 3:100dbea70564
- Child:
- 6:869b37ae3497
--- a/main.cpp Thu Feb 06 15:42:52 2014 +0000 +++ b/main.cpp Fri Aug 01 14:32:40 2014 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "C12832.h" -C12832_LCD lcd(D11, D13, D12, D7, D10); +C12832 lcd(D11, D13, D12, D7, D10); AnalogIn pot1 (A0); AnalogIn pot2 (A1);