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.
tampil.h
- Committer:
- irsanjul
- Date:
- 2015-10-11
- Revision:
- 0:c8162f0b59f2
File content as of revision 0:c8162f0b59f2:
#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