compiling tests
This commit is contained in:
@@ -36,6 +36,11 @@ void Lamp::deactivate()
|
||||
pin_controller->deactivate(*this);
|
||||
}
|
||||
|
||||
bool Lamp::is_activated()
|
||||
{
|
||||
return this->activated;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
} /* namespace output */
|
||||
|
||||
Reference in New Issue
Block a user