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:
Mon Dec 14 11:36:34 2015 +0000
Parent:
9:645f0e517017
Child:
11:e89f89c0920b
Commit message:
Tasks split into separate source files. Compile OK. For testing. (Fixed error in source file location)

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
tsk_main.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.lib	Mon Dec 14 11:32:15 2015 +0000
+++ b/TextLCD.lib	Mon Dec 14 11:36:34 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/simon/code/TextLCD/#241d3c7e8a75
+http://developer.mbed.org/users/simon/code/TextLCD/#43c7f34925ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tsk_main.h	Mon Dec 14 11:36:34 2015 +0000
@@ -0,0 +1,6 @@
+#ifndef TSK_MAIN_H
+#define TSK_MAIN_H
+
+extern uint32_t uiCnt;
+
+#endif