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: SHTx SNTPClient WIZnetInterface mbed
segment.h@0:179f2315915f, 2016-04-05 (annotated)
- Committer:
- nanjsk
- Date:
- Tue Apr 05 11:50:51 2016 +0000
- Revision:
- 0:179f2315915f
first
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nanjsk | 0:179f2315915f | 1 | |
| nanjsk | 0:179f2315915f | 2 | void Seg_Drive(int seg, int num, int dot); |
| nanjsk | 0:179f2315915f | 3 | void Seg_Test_1(); |
| nanjsk | 0:179f2315915f | 4 | void Seg_Test_2(); |
| nanjsk | 0:179f2315915f | 5 | void Seg_Reset(); |
| nanjsk | 0:179f2315915f | 6 | void display_ymd(char buffer[]); |
| nanjsk | 0:179f2315915f | 7 | void display_hms(char buffer[]); |
| nanjsk | 0:179f2315915f | 8 | void display_temp(float temp_val); |
| nanjsk | 0:179f2315915f | 9 | void display_humi(float humi_val); |