Test program for mbed app shield pots

Dependencies:   C12832 mbed

Fork of mbed-app-shield by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Fri Aug 01 14:32:40 2014 +0000
Parent:
3:100dbea70564
Commit message:
Updated mbed library version

Changed in this revision

C12832.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/C12832.lib	Thu Feb 06 15:42:52 2014 +0000
+++ b/C12832.lib	Fri Aug 01 14:32:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/chris/code/C12832/#67dfa5550b73
+http://mbed.org/users/chris/code/C12832/#7de323fa46fe
--- 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);
--- a/mbed.bld	Thu Feb 06 15:42:52 2014 +0000
+++ b/mbed.bld	Fri Aug 01 14:32:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/dc225afb6914
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804
\ No newline at end of file