Simple test program to get familiar with functionality of MBED RTOS on ST Nucleo-F411RE. Tasks for LED blinking, user button, temperature measurement with DS1620, temperature measurement with internal temperature sensor of ST32F411RE, ultrasonic distance measurement and displaying result on 16x2 TextLCD.

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
--- 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
--- 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);