This commit is contained in:
Jonas Zeunert
2018-05-31 16:19:24 +02:00
parent e2a02015b6
commit 2bef8b6f2d
8 changed files with 12 additions and 10 deletions

View File

@@ -7,9 +7,6 @@
#include "InputGPIOInterface.h"
class InputGPIOInterface
{
bool InputGPIOInterface::read_input_data(char pin)
{
// setting address to read
@@ -33,4 +30,7 @@ void InputGPIOInterface::write_input_col(char data)
write_pin(this->input_col_address, data & 0b100);
}
};
InputGPIOInterface()
{
}