changed everything to impl
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "output/OutputPinController.h"
|
||||
|
||||
#include <output/items/Sound.h>
|
||||
#include <output/items/impl/Sound.h>
|
||||
|
||||
#include <map>
|
||||
namespace flippR_driver
|
||||
@@ -25,8 +25,8 @@ public:
|
||||
SoundBoardPinController(std::map<std::string, uint8_t> pins_sound, std::shared_ptr<std::mutex> output_item_mutex);
|
||||
~SoundBoardPinController() override = default;
|
||||
|
||||
void activate(const items::Sound &sound) override;
|
||||
void deactivate(const items::Sound &sound) override;
|
||||
void activate(const items::impl::Sound &sound) override;
|
||||
void deactivate(const items::impl::Sound &sound) override;
|
||||
|
||||
private:
|
||||
void write_sound_address(const uint8_t address) const;
|
||||
|
||||
Reference in New Issue
Block a user