Network clock using 7 segment. add SHT11

Dependencies:   SHTx SNTPClient WIZnetInterface mbed

segment.h

Committer:
nanjsk
Date:
2016-04-05
Revision:
0:179f2315915f

File content as of revision 0:179f2315915f:


void Seg_Drive(int seg, int num, int dot);
void Seg_Test_1();
void Seg_Test_2();
void Seg_Reset();
void display_ymd(char buffer[]);
void display_hms(char buffer[]);
void display_temp(float temp_val);
void display_humi(float humi_val);