summaryrefslogtreecommitdiff
path: root/include/weather.h
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2020-07-22 20:00:22 +0200
committerReiner Herrmann <reiner@reiner-h.de>2020-07-22 20:00:22 +0200
commitc297f65f1d95f80df597d0cea49cc92dfdcae0a3 (patch)
treedc8a7a49eabcaeab80c50a588e242a51e0175e56 /include/weather.h
parent642df2851dd333178e509731c513480b2adb6278 (diff)
add current weather and forecast
Diffstat (limited to 'include/weather.h')
-rw-r--r--include/weather.h7
1 files changed, 7 insertions, 0 deletions
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