LED_shit/main/include/net_weather.h

5 lines
77 B
C

#pragma once
#include <stdbool.h>
bool net_weather_update(float *out_temp);