refactored soo much for el

This commit is contained in:
Jonas Zeunert
2018-09-13 23:54:48 +02:00
parent 9f0bad92a1
commit 66ec3f3438
25 changed files with 101 additions and 83 deletions

View File

@@ -15,15 +15,9 @@
#include "IInputDriver.h"
#include "utilities/InputGPIOInterface.h"
#include "utilities/config.h"
#include "json/json.hpp"
#include "easylogging/easylogging++.h"
#include "IEventNotifier.h"
INITIALIZE_EASYLOGGINGPP
namespace FlippR_Driver::Input
{
class InputDriverFactory
@@ -34,7 +28,6 @@ public:
private:
static void create_input_events(nlohmann::json matrix_config, std::map<char, std::shared_ptr<Event>> address_event_map, std::map<std::string, std::shared_ptr<Event>> name_event_map);
static void ConfigureLogger();
};
}
#endif /* INPUTFACTORY_H_ */