refactored input names and created facade

This commit is contained in:
Jonas Zeunert
2018-05-31 17:01:07 +02:00
parent 2bef8b6f2d
commit 2321f2997f
10 changed files with 36 additions and 17 deletions

View File

@@ -10,7 +10,10 @@
#include "GPIOInterface.hpp"
#include <exception>
#define MATRIX_SIZE 8
class InputGPIOInterface : GPIOInterface
{
public: