Get weather Information

Committer:
takashikojo
Date:
Sun Jun 28 00:17:02 2015 +0000
Revision:
1:8655f1720450
Parent:
0:6d53d6d34ac3
Child:
2:76b812680942
Added Weather Hacks

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takashikojo 0:6d53d6d34ac3 1 #ifndef WEATHERHACKS_H
takashikojo 0:6d53d6d34ac3 2 #define WEATHERHACKS_H
takashikojo 0:6d53d6d34ac3 3
takashikojo 0:6d53d6d34ac3 4 void WH_init(void) ;
takashikojo 1:8655f1720450 5 void WH_getInfo(char *buff, int size) ;
takashikojo 0:6d53d6d34ac3 6
takashikojo 0:6d53d6d34ac3 7 #endif