
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 15:a627638edd9c
Name | Size | Actions |
---|---|---|
[up] | ||
.hgtags | 159 | Revisions Annotate |
DS1620.lib | 66 | Revisions Annotate |
TextLCD.lib | 65 | Revisions Annotate |
mbed-rtos.lib | 65 | Revisions Annotate |
mbed.bld | 65 | Revisions Annotate |
todo.txt | 124 | Revisions Annotate |
tsk_button.cpp | 527 | Revisions Annotate |
tsk_button.h | 102 | Revisions Annotate |
tsk_display.cpp | 878 | Revisions Annotate |
tsk_display.h | 201 | Revisions Annotate |
tsk_dist.cpp | 1142 | Revisions Annotate |
tsk_dist.h | 221 | Revisions Annotate |
tsk_led.cpp | 393 | Revisions Annotate |
tsk_led.h | 236 | Revisions Annotate |
tsk_main.cpp | 2213 | Revisions Annotate |
tsk_main.h | 76 | Revisions Annotate |
tsk_temp.cpp | 977 | Revisions Annotate |
tsk_temp.h | 282 | Revisions Annotate |