summaryrefslogtreecommitdiff
path: root/include/weather.h
blob: 3dad81d66f6474c15a58cc3deb63fce1237df05d (plain)
1
2
3
4
5
6
7
#ifndef WEATHER_H
#define WEATHER_H

void fetch_weather();
void draw_weather(int16_t x, int16_t y);

#endif