Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DS1620_improved TextLCD_improved mbed-rtos mbed
Diff: tsk_display.h
- Revision:
- 9:645f0e517017
- Child:
- 12:1de8b271e292
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tsk_display.h Mon Dec 14 11:32:15 2015 +0000 @@ -0,0 +1,6 @@ +#ifndef TSK_DISPLAY_H +#define TSK_DISPLAY_H + +extern void disp_thread(void const *args); + +#endif