RoboidControl-cpp/Sensor.cpp
Pascal Serrarens 189ea6c689 Initial commit
2023-11-06 14:24:18 +01:00

5 lines
66 B
C++

#include "Sensor.h"
Sensor::Sensor() {
this->isSensor = true;
}