working on factory no motivation
This commit is contained in:
@@ -186,7 +186,7 @@ uint8_t get_sound_fire_address()
|
||||
auto pin_base = get_pin_base(fire_pin, port_extenders, "sound_config.json");
|
||||
auto address = get_value<uint8_t>("address", fire_pin, "sound_config.json");
|
||||
|
||||
return pin_base + address;
|
||||
return address;
|
||||
}
|
||||
|
||||
std::map<std::string, uint8_t> parse_pins_display_board(std::istream &display_config)
|
||||
@@ -330,6 +330,12 @@ type get_value(const std::string & name, json & object, const std::string & file
|
||||
return element;
|
||||
}
|
||||
|
||||
std::shared_ptr<SoundBoardPinController> create_SoundBoardPinController()
|
||||
{
|
||||
|
||||
return std::shared_ptr<SoundBoardPinController>();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user