Honza T. / Mbed 2 deprecated EXAMPLE_Nucleo_mbed_RTOS_test_code

Dependencies:   DS1620_improved TextLCD_improved mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
dzoni
Date:
Sat Dec 12 20:15:24 2015 +0000
Parent:
1:90328beebfbc
Child:
3:434ea77350a7
Commit message:
Release 1.1 (optimization of TextLCD library)

Changed in this revision

TextLCD.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
diff -r 90328beebfbc -r c190b9b39089 TextLCD.lib
--- a/TextLCD.lib	Sat Dec 12 19:35:59 2015 +0000
+++ b/TextLCD.lib	Sat Dec 12 20:15:24 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/simon/code/TextLCD/#308d188a2d3a
+http://developer.mbed.org/users/simon/code/TextLCD/#43c7f34925ac
diff -r 90328beebfbc -r c190b9b39089 main.cpp
--- a/main.cpp	Sat Dec 12 19:35:59 2015 +0000
+++ b/main.cpp	Sat Dec 12 20:15:24 2015 +0000
@@ -7,7 +7,7 @@
 
 int main() {
 
-    wait_us(1000000);
+    wait_us(500000);
 
     TextLCD lcd(PA_8, PA_7, PA_9, PA_1, PB_5, PA_10, TextLCD::LCD16x2);