working on big refactor
This commit is contained in:
34
FlippR-Driver/src/output/OutputPinController.h
Normal file
34
FlippR-Driver/src/output/OutputPinController.h
Normal file
@@ -0,0 +1,34 @@
|
||||
//
|
||||
// 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