Introduce InputBroker

This commit is contained in:
Balazs Kelemen
2022-01-11 16:02:55 +01:00
parent b832b82ec6
commit f5004a66a1
9 changed files with 68 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
//#include <Arduino.h>
//#include "Observer.h"
#include "SinglePortPlugin.h"
#include "SinglePortPlugin.h" // TODO: what header file to include?
#include "HardwareInput.h"
enum RotaryEncoderInterruptBaseStateType
@@ -48,4 +47,5 @@ class RotaryEncoderInterruptBase :
char _eventCw;
char _eventCcw;
char _eventPressed;
const char *_originName;
};