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:
- dzoni
- Date:
- 2015-12-14
- Revision:
- 15:a627638edd9c
- Parent:
- 13:f62b10a6e1c5
- Child:
- 18:be0130c42925
File content as of revision 15:a627638edd9c:
#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