refactor with logging
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <exception>
|
||||
|
||||
#define MATRIX_SIZE 8
|
||||
#define INPUT_MATRIX_SIZE 8
|
||||
|
||||
class InputGPIOInterface : GPIOInterface
|
||||
{
|
||||
|
||||
@@ -5,4 +5,8 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#include "../lib/easylogging/easylogging++.h"
|
||||
|
||||
#define INPUT_LOGGER "input_logger"
|
||||
|
||||
#define INPUT_MATRIX_SIZE 8
|
||||
|
||||
Reference in New Issue
Block a user