refactored namespaces and added driverfactory
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "utilities/config.h"
|
||||
|
||||
namespace Input
|
||||
namespace FlippR_Driver::Input
|
||||
{
|
||||
|
||||
Detector::Detector(std::unique_ptr<IInputGPIOInterface> input_gpio_interface, std::map<char, std::shared_ptr<Event>> events, std::shared_ptr<IEventNotifier> event_notifier) :
|
||||
|
||||
Reference in New Issue
Block a user