compiling tests

This commit is contained in:
Jonas Zeunert
2019-05-02 13:00:49 +02:00
parent 9360cc30ce
commit 3219b04c2a
4 changed files with 44 additions and 22 deletions

View File

@@ -36,6 +36,11 @@ void Lamp::deactivate()
pin_controller->deactivate(*this);
}
bool Lamp::is_activated()
{
return this->activated;
}
}
}
} /* namespace output */