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