refactor with logging

This commit is contained in:
Jonas Zeunert
2018-05-31 19:23:42 +02:00
parent 0dfe020934
commit 04b540d8b8
5 changed files with 19 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#include <exception>
#define MATRIX_SIZE 8
#define INPUT_MATRIX_SIZE 8
class InputGPIOInterface : GPIOInterface
{