refactor
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user