RoboidControl-cpp/Switch.cpp
2024-01-03 11:31:58 +01:00

6 lines
80 B
C++

#include "Switch.h"
Switch::Switch() {}
bool Switch::IsOn() { return false; }