Dinko Djakovic, prikaz varijabli na LCD-u - brojac

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
djdinko
Date:
Fri May 22 16:38:23 2015 +0000
Parent:
0:8e0c631004c5
Commit message:
Vjezba 8-4

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri May 22 16:34:23 2015 +0000
+++ b/main.cpp	Fri May 22 16:38:23 2015 +0000
@@ -8,7 +8,7 @@
 while (1) {
 lcd.locate(5,1);
 lcd.printf("%i",x);
-wait_ms(50);
+wait_ms(500);
 x++;
 }
 }
\ No newline at end of file