11 lines
142 B
C++
11 lines
142 B
C++
#include "sensors.h"
|
|
|
|
SensorData sensors;
|
|
|
|
void initSensors() {
|
|
}
|
|
|
|
void updateSensors() {
|
|
// Placeholder until DS18B20 support is added
|
|
}
|