Honza T. / Mbed 2 deprecated EXAMPLE_Nucleo_mbed_RTOS_test_code

Dependencies:   DS1620_improved TextLCD_improved mbed-rtos mbed

Committer:
dzoni
Date:
Mon Dec 14 11:32:15 2015 +0000
Revision:
9:645f0e517017
Child:
12:1de8b271e292
Tasks split into separate source files. Compile OK. For testing.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dzoni 9:645f0e517017 1 #ifndef TSK_DISPLAY_H
dzoni 9:645f0e517017 2 #define TSK_DISPLAY_H
dzoni 9:645f0e517017 3
dzoni 9:645f0e517017 4 extern void disp_thread(void const *args);
dzoni 9:645f0e517017 5
dzoni 9:645f0e517017 6 #endif