still great refactor
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
//
|
||||
// Created by rhetenor on 10.10.18.
|
||||
//
|
||||
|
||||
#ifndef flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
#define flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
|
||||
#include "OutputPinController.h"
|
||||
|
||||
#include "output/items/DriverBoardItem.h"
|
||||
#include "output/items/Sound.h"
|
||||
#include "output/items/IDisplay.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class OutputPinController
|
||||
{
|
||||
public:
|
||||
virtual ~OutputPinController() = default;
|
||||
|
||||
|
||||
virtual void write_display(items::IDisplay &display) = 0;
|
||||
//Display gpio interface!
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
#endif //flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
Reference in New Issue
Block a user