deleted lib/
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "InputDriverFactory.h"
|
#include "InputDriverFactory.h"
|
||||||
|
|
||||||
#include "../utilities/LoggerFactory.hpp"
|
#include "utilities/LoggerFactory.hpp"
|
||||||
|
|
||||||
#include "EventNotifier.h"
|
#include "EventNotifier.h"
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
#include "utilities/InputGPIOInterface.h"
|
#include "utilities/InputGPIOInterface.h"
|
||||||
#include "utilities/config.h"
|
#include "utilities/config.h"
|
||||||
#include "lib/json/json.hpp"
|
#include "json/json.hpp"
|
||||||
#include "lib/easylogging/easylogging++.h"
|
#include "easylogging/easylogging++.h"
|
||||||
#include "IEventNotifier.h"
|
#include "IEventNotifier.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#include "GPIOInterface.h"
|
#include "GPIOInterface.h"
|
||||||
|
|
||||||
//#include "lib/wiringPi/wiringPi.h"
|
//#include "lib/wiringPi/wiringPi.h"
|
||||||
#include "lib/json/json.hpp"
|
#include "json/json.hpp"
|
||||||
|
|
||||||
|
|
||||||
void GPIOInterface::write_pin(char address, char data)
|
void GPIOInterface::write_pin(char address, char data)
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
#include "InputGPIOInterface.h"
|
#include "InputGPIOInterface.h"
|
||||||
#include "lib/json/json.hpp"
|
#include "json/json.hpp"
|
||||||
#include "lib/easylogging/easylogging++.h"
|
#include "easylogging/easylogging++.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
using namespace nlohmann;
|
using namespace nlohmann;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lib/easylogging/easylogging++.h"
|
#include "easylogging/easylogging++.h"
|
||||||
|
|
||||||
#define INPUT_LOGGER "driver_logger"
|
#define INPUT_LOGGER "driver_logger"
|
||||||
#define DRIVER_LOG_FILE "/var/log/flippr_driver.conf"
|
#define DRIVER_LOG_FILE "/var/log/flippr_driver.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user