working on big refactor
This commit is contained in:
25
FlippR-Driver/src/output/SoundBoardPinController.h
Normal file
25
FlippR-Driver/src/output/SoundBoardPinController.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Created by rhetenor on 14.12.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
#define FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
|
||||
#include "OutputPinController.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class SoundBoardPinController : public OutputPinController
|
||||
{
|
||||
public:
|
||||
virtual void activate(const items::Sound &sound) = 0;
|
||||
virtual void deactivate(const items::Sound &sound) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif //FLIPPR_DRIVER_SOUNDPINCONTROLLER_H
|
||||
Reference in New Issue
Block a user