11 lines
125 B
C
11 lines
125 B
C
|
#ifndef TEMPERATURE_H
|
||
|
#define TEMPERATURE_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void readTemperature();
|
||
|
|
||
|
void updateTempDisplay();
|
||
|
|
||
|
#endif
|