This commit is contained in:
Jonas Zeunert
2018-09-14 01:26:58 +02:00
parent 913353e56f
commit a1771cf906
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
{
"input" : {
"row": [
{
"A": 15
@@ -23,5 +22,4 @@
}
],
"data": 13
}
}

View File

@@ -55,8 +55,6 @@ void InputGPIOInterface::init_members(std::istream &input_config_stream)
input_config_stream >> input_config;
try {
json matrix_config_input = input_config.at("input");
json row_json = input_config.at("row");
row_address_A = row_json.at("A").get<json::number_integer_t>();
row_address_B = row_json.at("B").get<json::number_integer_t>();