COSA
An Object-Oriented Platform for Arduino Programming
|
This is the complete list of members for Rotary::Encoder, including all inherited members.
CCW enum value | Rotary::Encoder | |
CW enum value | Rotary::Encoder | |
detect() | Rotary::Encoder | protected |
Direction enum name | Rotary::Encoder | |
disable() | Rotary::Encoder | inline |
enable() | Rotary::Encoder | inline |
Encoder(Board::InterruptPin clk, Board::InterruptPin dt, Mode mode=FULL_CYCLE) | Rotary::Encoder | inline |
FULL_CYCLE enum value | Rotary::Encoder | |
full_cycle_table | Rotary::Encoder | protectedstatic |
HALF_CYCLE enum value | Rotary::Encoder | |
half_cycle_table | Rotary::Encoder | protectedstatic |
m_clk | Rotary::Encoder | protected |
m_dt | Rotary::Encoder | protected |
m_mode | Rotary::Encoder | protected |
m_state | Rotary::Encoder | protected |
mode() const | Rotary::Encoder | inline |
mode(Mode mode) | Rotary::Encoder | inline |
Mode enum name | Rotary::Encoder | |
NONE enum value | Rotary::Encoder | |
on_event(uint8_t type, uint16_t value) | Event::Handler | inlinevirtual |