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
tsk_display.h
- Committer:
- Jan Tetour
- Date:
- 2015-12-18
- Revision:
- 18:be0130c42925
- Parent:
- 13:f62b10a6e1c5
File content as of revision 18:be0130c42925:
/*
* TSK_DISPLAY.H
*/
#ifndef TSK_DISPLAY_H
#define TSK_DISPLAY_H
extern uint32_t initDisplay(void const *args);
extern uint32_t disposeDisplay(void const *args);
extern void disp_thread(void const *args);
#endif