still great refactor
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "OutputPinController.h"
|
||||
|
||||
#include "json/json.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace flippR_driver
|
||||
@@ -39,8 +40,8 @@ namespace OutputDriverFactory
|
||||
|
||||
OutputPinController* create_OutputGPIOInterface(std::istream &output_pin_config);
|
||||
std::map<std::string, uint8_t> parse_pins_driver_board(nlohmann::json &driver_board_config);
|
||||
std::map<std::string, uint8_t> parse_pins_sound(nlohmann::json &sound_board_config);
|
||||
std::map<std::string, uint8_t> parse_pins_display(nlohmann::json &display_board_config);
|
||||
std::map<std::string, uint8_t> parse_pins_sound_board(nlohmann::json &sound_board_config);
|
||||
std::map<std::string, uint8_t> parse_pins_display_board(nlohmann::json &display_board_config);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user