finishing inputgpiointerface
This commit is contained in:
@@ -55,7 +55,7 @@ bool Detector::check_inputs(char& address)
|
||||
{
|
||||
for(char pin = 0; pin < (INPUT_MATRIX_SIZE * INPUT_MATRIX_SIZE); pin++)
|
||||
{
|
||||
if(input_gpio_interface->read_input_data(pin))
|
||||
if(input_gpio_interface->read_data(pin))
|
||||
{
|
||||
address = pin;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user