diff options
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 |
