#include <RotaryEncoder.h>
◆ RotaryEncoder()
RotaryEncoder::RotaryEncoder |
( |
int |
pinA, |
|
|
int |
pinB, |
|
|
int |
id = 99 |
|
) |
| |
|
inline |
◆ check()
void RotaryEncoder::check |
( |
| ) |
|
|
inline |
◆ getId()
int RotaryEncoder::getId |
( |
| ) |
|
|
inline |
◆ getPostition()
int RotaryEncoder::getPostition |
( |
| ) |
|
|
inline |
◆ initInterrupts()
void RotaryEncoder::initInterrupts |
( |
void(*)() |
function | ) |
|
|
inline |
◆ setEventHandler()
void RotaryEncoder::setEventHandler |
( |
void(*)(RotaryEncoder *, uint8_t, int) |
function | ) |
|
|
inline |
◆ setPosition()
void RotaryEncoder::setPosition |
( |
int |
value | ) |
|
|
inline |
◆ tick()
void ICACHE_RAM_ATTR RotaryEncoder::tick |
( |
| ) |
|
|
inline |
◆ kEventStableUpdate
const uint8_t RotaryEncoder::kEventStableUpdate = 0 |
|
static |
◆ kEventUnstableUpdate
const uint8_t RotaryEncoder::kEventUnstableUpdate = 1 |
|
static |
The documentation for this class was generated from the following file: