Get weather Information

WeatherHacks.h

Committer:
takashikojo
Date:
2015-06-28
Revision:
1:8655f1720450
Parent:
0:6d53d6d34ac3
Child:
2:76b812680942

File content as of revision 1:8655f1720450:

#ifndef WEATHERHACKS_H
#define WEATHERHACKS_H

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

#endif