compiling but strange need to talk

This commit is contained in:
Jonas Zeunert
2018-12-11 12:11:43 +01:00
parent b0d649018e
commit 3103fb77c7
7 changed files with 70 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
#include <mcp23017.h>
#include <mutex>
#include <map>
#include <output/items/ISound.h>
namespace flippR_driver
{
namespace output
@@ -33,10 +33,10 @@ public:
~OutputGPIOInterface() override = default;
void activate(items::IItem *driver_board_item) override;
void activate(items::ISound *sound) override;
void activate(items::ISoundItem *sound) override;
void deactivate(items::IItem *driver_board_item) override;
void deactivate(items::ISound *sound) override;
void deactivate(items::ISoundItem *sound) override;
void write_display(std::shared_ptr<output::items::IDisplay> display) override;