fixed multiple events at a time
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "utilities/IInputGPIOInterface.h"
|
||||
@@ -38,7 +39,7 @@ public:
|
||||
|
||||
private:
|
||||
void detect();
|
||||
bool check_inputs(char& address);
|
||||
std::vector<char> check_inputs();
|
||||
|
||||
private:
|
||||
std::unique_ptr<IInputGPIOInterface> input_gpio_interface;
|
||||
|
||||
Reference in New Issue
Block a user