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.
Diff: tampil.h
- Revision:
- 0:c8162f0b59f2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tampil.h Sun Oct 11 10:44:41 2015 +0000 @@ -0,0 +1,15 @@ +#ifndef TAMPIL_H +#define TAMPIL_H + +void display_init(); +void display_idle(); +void displayActive(); +void displayChn(int chInd); +void displaySig(int sig); +void displaySts(const char *sts); +void displaySts(int status); +void displayImg(uint8_t * img, unsigned x, unsigned y, int width); +void displayClr(); +void displayStd(time_t &dt); + +#endif \ No newline at end of file