refactored everything
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
#include "Lamp.h"
|
||||
|
||||
namespace FlippR_Driver
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name) :
|
||||
CabinetItem(output_gpio_interface, address, name)
|
||||
OutputItem(output_gpio_interface, address, name)
|
||||
{
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user