
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
Diff: main.cpp
- Revision:
- 2:c190b9b39089
- Parent:
- 0:75ede6a15252
- Child:
- 5:ff77acf7d21d
--- 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);