diff options
Diffstat (limited to 'weather.h')
| -rw-r--r-- | weather.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/weather.h b/weather.h new file mode 100644 index 0000000..54f497e --- /dev/null +++ b/weather.h @@ -0,0 +1,10 @@ +#include <WiFiClient.h> +#include <ArduinoJson.h> + +#ifndef __WEATHER_H__ +#define __WEATHER_H__ + +String getWeatherStatus(); + +#endif + |
