Integrates SoundFactory

This commit is contained in:
Johannes Wendel
2019-12-29 15:55:43 +01:00
parent bb1a74613a
commit 73ec82b42f
14 changed files with 41 additions and 50 deletions

View File

@@ -5,6 +5,7 @@
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#include <output/DriverBoardPinController.h>
#include "FlipperFactory.h"
namespace flippR_driver
@@ -12,7 +13,8 @@ namespace flippR_driver
namespace output
{
FlipperFactory::FlipperFactory(nlohmann::json &object) : Factory(object)
FlipperFactory::FlipperFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinController> pin_controller) :
Factory{object, pin_controller}
{
}