diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-22 20:00:22 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-22 20:00:22 +0200 |
| commit | c297f65f1d95f80df597d0cea49cc92dfdcae0a3 (patch) | |
| tree | dc8a7a49eabcaeab80c50a588e242a51e0175e56 /include/weather.h | |
| parent | 642df2851dd333178e509731c513480b2adb6278 (diff) | |
add current weather and forecast
Diffstat (limited to 'include/weather.h')
| -rw-r--r-- | include/weather.h | 7 |
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 |
