Implements and integrates SolenoidFactory
This commit is contained in:
@@ -17,9 +17,9 @@ namespace output
|
||||
|
||||
class DisplayFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit DisplayFactory(nlohmann::json & object, std::shared_ptr<DisplayBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Item>> getItemMap() override;
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user