This commit is contained in:
Jonas Zeunert
2018-12-10 23:04:44 +01:00
parent 5e0687f7c6
commit d65d87b8f1
15 changed files with 101 additions and 47 deletions

View File

@@ -8,7 +8,7 @@
#ifndef _SRC_OUTPUT_CABINETITEM_H_
#define _SRC_OUTPUT_CABINETITEM_H_
#include "IItem.h"
#include "output/items/IItem.h"
#include "output/IOutputGPIOInterface.h"
@@ -29,6 +29,7 @@ public:
~Item() override = default;
uint8_t get_address() override;
std::string get_name() override;
protected:
const uint8_t address;