Get weather Information

WeatherHacks.h

Committer:
takashikojo
Date:
2015-07-05
Revision:
2:76b812680942
Parent:
1:8655f1720450

File content as of revision 2:76b812680942:

#ifndef WEATHERHACKS_H
#define WEATHERHACKS_H

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

#endif