moved gpio interface pin parsing to factory
This commit is contained in:
@@ -26,7 +26,7 @@ class Item : public IItem
|
||||
{
|
||||
public:
|
||||
Item(std::shared_ptr<IOutputGPIOInterface> output_gpio_interface, uint8_t address, std::string name);
|
||||
~Item() override;
|
||||
virtual ~Item() = default;
|
||||
|
||||
uint8_t get_address() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user