Get weather Information

WeatherHacks.h

Committer:
takashikojo
Date:
2015-11-22
Revision:
3:6618936f930a
Parent:
2:76b812680942

File content as of revision 3:6618936f930a:

#ifndef WEATHERHACKS_H
#define WEATHERHACKS_H

void WH_init(void) ;
void WH_getInfo(char *buff, int size, char *hiTemp, char *loTemp, char *prec) ;

#endif