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 revision 18:be0130c42925
Name | Size | Actions |
---|---|---|
[up] | ||
.hgtags | 159 | Revisions Annotate |
DS1620_improved.lib | 74 | Revisions Annotate |
TextLCD_improved.lib | 75 | Revisions Annotate |
mbed-rtos.lib | 65 | Revisions Annotate |
mbed.bld | 65 | Revisions Annotate |
todo.txt | 177 | Revisions Annotate |
tsk_button.cpp | 555 | Revisions Annotate |
tsk_button.h | 128 | Revisions Annotate |
tsk_display.cpp | 1444 | Revisions Annotate |
tsk_display.h | 228 | Revisions Annotate |
tsk_dist.cpp | 1440 | Revisions Annotate |
tsk_dist.h | 290 | Revisions Annotate |
tsk_inttemp.cpp | 1732 | Revisions Annotate |
tsk_inttemp.h | 300 | Revisions Annotate |
tsk_led.cpp | 543 | Revisions Annotate |
tsk_led.h | 303 | Revisions Annotate |
tsk_main.cpp | 2398 | Revisions Annotate |
tsk_main.h | 180 | Revisions Annotate |
tsk_temp.cpp | 1278 | Revisions Annotate |
tsk_temp.h | 306 | Revisions Annotate |