Get weather Information

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WeatherHacks.h Source File

WeatherHacks.h

00001 #ifndef WEATHERHACKS_H
00002 #define WEATHERHACKS_H
00003 
00004 void WH_init(void) ;
00005 void WH_getInfo(char *buff, int size, char *hiTemp, char *loTemp, char *prec) ;
00006 
00007 #endif