From c297f65f1d95f80df597d0cea49cc92dfdcae0a3 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 22 Jul 2020 20:00:22 +0200 Subject: add current weather and forecast --- include/weather.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/weather.h (limited to 'include/weather.h') diff --git a/include/weather.h b/include/weather.h new file mode 100644 index 0000000..3dad81d --- /dev/null +++ b/include/weather.h @@ -0,0 +1,7 @@ +#ifndef WEATHER_H +#define WEATHER_H + +void fetch_weather(); +void draw_weather(int16_t x, int16_t y); + +#endif -- cgit v1.2.3