|
RBE1001Lib
|
#include <ESP32Encoder.h>
Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| ESP32Encoder | encoder |
| ESP32Encoder | encoder2 |
| unsigned long | encoder2lastToggled |
| bool | encoder2Paused = false |
| void loop | ( | ) |
Definition at line 34 of file Encoder.ino.
References encoder2lastToggled, encoder2Paused, ESP32Encoder::getCount(), ESP32Encoder::pauseCount(), and ESP32Encoder::resumeCount().

| void setup | ( | ) |
Definition at line 10 of file Encoder.ino.
References ESP32Encoder::attachHalfQuad(), ESP32Encoder::clearCount(), encoder2lastToggled, ESP32Encoder::getCount(), ESP32Encoder::setCount(), UP, and ESP32Encoder::useInternalWeakPullResistors.

| ESP32Encoder encoder |
Definition at line 3 of file Encoder.ino.
| ESP32Encoder encoder2 |
Definition at line 4 of file Encoder.ino.
| unsigned long encoder2lastToggled |
Definition at line 7 of file Encoder.ino.
| bool encoder2Paused = false |
Definition at line 8 of file Encoder.ino.
Referenced by loop().
1.8.13