aaah
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "GPIOInterface.h"
|
||||
|
||||
//#include "../lib/wiringPi/wiringPi.h"
|
||||
#include "../lib/json/json.hpp"
|
||||
//#include "lib/wiringPi/wiringPi.h"
|
||||
#include "lib/json/json.hpp"
|
||||
|
||||
|
||||
void GPIOInterface::write_pin(char address, char data)
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
#ifndef SRC_IEVENTHANDLER_H_
|
||||
#define SRC_IEVENTHANDLER_H_
|
||||
|
||||
#include "../input/Event.h"
|
||||
#include "input/Event.h"
|
||||
|
||||
class IEventHandler
|
||||
{
|
||||
public:
|
||||
virtual ~IEventHandler() = 0;
|
||||
virtual ~IEventHandler(){};
|
||||
|
||||
virtual void handle(Input::Event& event) = 0;
|
||||
};
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
#include <thread>
|
||||
|
||||
#include "InputGPIOInterface.h"
|
||||
#include "../lib/json/json.hpp"
|
||||
#include "../lib/easylogging/easylogging++.h"
|
||||
#include "lib/json/json.hpp"
|
||||
#include "lib/easylogging/easylogging++.h"
|
||||
#include "config.h"
|
||||
#include <string>
|
||||
using namespace nlohmann;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#include "../lib/easylogging/easylogging++.h"
|
||||
#include "lib/easylogging/easylogging++.h"
|
||||
|
||||
#define INPUT_LOGGER "driver_logger"
|
||||
#define DRIVER_LOG_FILE "/var/log/flippr_driver.conf"
|
||||
|
||||
Reference in New Issue
Block a user