Refactores Factory
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
#define FLIPPR_DRIVER_LAMPFACTORY_H
|
||||
|
||||
#include <output/DriverBoardPinController.h>
|
||||
#include "Factory.h"
|
||||
#include "ItemFactory.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class LampFactory : Factory
|
||||
class LampFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit LampFactory(nlohmann::json & object, std::shared_ptr<DriverBoardPinController> pin_controller);
|
||||
|
||||
Reference in New Issue
Block a user