adds set mux pins

This commit is contained in:
Johannes Wendel
2020-01-15 16:32:25 +01:00
parent 62601c8b0f
commit a389574283
3 changed files with 21 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ public:
private:
void set_address_pins();
void set_mux_pins();
uint8_t get_address_pin(nlohmann::json & pin_object);
};