mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 19:07:26 +00:00
RAK Rotary and simple up/down/press button support for Canned Messages
This commit is contained in:
15
src/input/UpDownInterruptImpl1.h
Normal file
15
src/input/UpDownInterruptImpl1.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "UpDownInterruptBase.h"
|
||||
|
||||
class UpDownInterruptImpl1 :
|
||||
public UpDownInterruptBase
|
||||
{
|
||||
public:
|
||||
UpDownInterruptImpl1();
|
||||
void init();
|
||||
static void handleIntDown();
|
||||
static void handleIntUp();
|
||||
static void handleIntPressed();
|
||||
};
|
||||
|
||||
extern UpDownInterruptImpl1 *upDownInterruptImpl1;
|
||||
Reference in New Issue
Block a user