RoboidControl-cpp/Switch.cpp
2023-12-06 09:59:35 +01:00

8 lines
82 B
C++

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