dunno
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
// Created by rhetenor on 21.11.18.
|
||||
//
|
||||
|
||||
#include "OutputItem.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -9,6 +11,10 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
OutputItem::OutputItem(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int i2c_address, int data_pin_address, std::string name)
|
||||
: i2c_address(i2c_address), data_pin_address(data_pin_address), name(name), output_gpio_interface(output_gpio_interface)
|
||||
{}
|
||||
|
||||
void OutputItem::activate()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user