meeeerged

This commit is contained in:
Jonas Zeunert
2018-06-07 23:29:15 +02:00
parent 1f0fd916cc
commit f87e7c4c6f
9 changed files with 50 additions and 39 deletions

View File

@@ -15,7 +15,7 @@
class InputGPIOInterface : GPIOInterface
{
public:
InputGPIOInterface();
InputGPIOInterface(std::string matrix_config_path);
bool read_input_data(char pin);
private: