mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 07:30:33 +00:00
Make all variables configurable.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#pragma once
|
||||
#include "Observer.h"
|
||||
#include "HardwareInput.h"
|
||||
|
||||
typedef struct _InputEvent {
|
||||
const char* origin;
|
||||
char inputEvent;
|
||||
} InputEvent;
|
||||
class InputBroker :
|
||||
public Observable<const InputEvent *>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user