changed display stuff

This commit is contained in:
Johannes Wendel
2018-11-20 22:35:21 +01:00
parent 8e1668e356
commit d1817c63f6
8 changed files with 28 additions and 24 deletions

View File

@@ -12,8 +12,8 @@ namespace flippR_driver
namespace output
{
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name, bool activated) :
OutputItem(output_gpio_interface, address, name),
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int i2c_address, int data_pin, std::string name, bool activated) :
OutputItem(output_gpio_interface, i2c_address, data_pin, name),
activated(activated)
{
// TODO Auto-generated constructor stub