From 76edd6c448c55c4f9bcf37509ec372149c966993 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 25 Dec 2015 13:38:31 +0100 Subject: first commit --- weather.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 weather.h (limited to 'weather.h') 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 +#include + +#ifndef __WEATHER_H__ +#define __WEATHER_H__ + +String getWeatherStatus(); + +#endif + -- cgit v1.3.1