todos
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "Detector.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <math.h>
|
||||
|
||||
#include "../lib/wiringPi/wiringPi.h"
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user