wrote display stuff and refactored thousend things
This commit is contained in:
@@ -12,7 +12,8 @@ namespace FlippR_Driver
|
||||
namespace output
|
||||
{
|
||||
|
||||
Lamp::Lamp()
|
||||
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name) :
|
||||
CabinetItem(output_gpio_interface, address, name)
|
||||
{
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
@@ -24,4 +25,4 @@ Lamp::~Lamp()
|
||||
}
|
||||
|
||||
} /* namespace output */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user