
Pong with nucleo en shield
Dependencies: C12832 LM75B MMA7660 Speaker mbed
Fork of app-shield-LCD by
Revision 4:39c7c31b8fb0, committed 2014-02-06
- Comitter:
- chris
- Date:
- Thu Feb 06 15:13:17 2014 +0000
- Parent:
- 3:2db94ee076ee
- Child:
- 5:f8ef5e45e488
- Commit message:
- First check in
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Feb 05 15:32:38 2014 +0000 +++ b/main.cpp Thu Feb 06 15:13:17 2014 +0000 @@ -1,15 +1,15 @@ #include "mbed.h" #include "C12832.h" - -C12832 lcd(p5, p7, p6, p8, p11); +// Using Arduino pin notation +C12832 lcd(D11, D13, D12, D7, D10); int main() { int j=0; lcd.cls(); lcd.locate(0,3); - lcd.printf("mbed application board!"); + lcd.printf("mbed application shield!"); while(true) { // this is the third thread lcd.locate(0,15);