AutoFilm-ESP32/include/temperature.h

11 lines
125 B
C
Raw Permalink Normal View History

2024-06-25 21:04:22 +01:00
#ifndef TEMPERATURE_H
#define TEMPERATURE_H
#include "config.h"
void readTemperature();
void updateTempDisplay();
#endif