reworked inputgpiointerface
This commit is contained in:
@@ -10,13 +10,15 @@
|
||||
|
||||
#include "GPIOInterface.hpp"
|
||||
|
||||
#define MATRIX_SIZE 8
|
||||
class InputGPIOInterface : GPIOInterface
|
||||
{
|
||||
public:
|
||||
bool read_input_data();
|
||||
|
||||
private:
|
||||
void write_input_row(char data);
|
||||
void write_input_col(char data);
|
||||
bool read_input_data();
|
||||
|
||||
private:
|
||||
char input_row_address;
|
||||
|
||||
Reference in New Issue
Block a user