temp adc and preesure on lcd 20*4 also 16*4

Dependencies:   KS0108 SCP1000 TextLCD mbed

Fork of TextLCD_ADC by Pallavi Sudhakar

Files at this revision

API Documentation at this revision

Comitter:
ramsphd
Date:
Sat Apr 13 07:03:04 2013 +0000
Parent:
2:ad0b044d0a10
Child:
4:206beeaf992b
Commit message:
try this RMK

Changed in this revision

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/main.cpp	Sat Dec 04 11:31:07 2010 +0000
+++ b/main.cpp	Sat Apr 13 07:03:04 2013 +0000
@@ -5,6 +5,14 @@
 
 TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7
 
-int main() {
+int main() 
+{
+while (1){
+    lcd.printf(" This is 16x2!\n");
+    lcd.printf("Jello World!\n");
+    wait(1);
+    lcd.printf("Jello World!  \n");
     lcd.printf("Hello World!\n");
+    wait(1);
 }
+}
--- a/mbed.bld	Sat Dec 04 11:31:07 2010 +0000
+++ b/mbed.bld	Sat Apr 13 07:03:04 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e
+http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b
\ No newline at end of file