This commit is contained in:
Jonas Zeunert
2018-05-07 19:00:30 +02:00
parent 744f25c19c
commit 28b1755529
3 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
#include "Detector.h"
#include <iostream>
#include <algorithm>
#include <math.h>
#include "../lib/wiringPi/wiringPi.h"

View File

@@ -1,6 +1,10 @@
/*
* InputEventHandler.h
*
* This interface must be implemented to be informed about input events.
*
* Please be aware that handle must be implemented thread safe!
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/

View File

@@ -29,6 +29,8 @@ public:
void write_address();
void read_pin();
public:
// todo some mapping class interface shit that a user can ask for what is actually usable
private:
json config;