|
FastLED 3.9.15
|
RX channel test for ESP32.
Definition in file RX.ino.
Include dependency graph for RX.ino:Go to the source code of this file.
Macros | |
| #define | EDGE_BUFFER_SIZE 100 |
| #define | WAIT_TIMEOUT_MS 100 |
Functions | |
| void | loop () |
| fl::shared_ptr< fl::RxChannel > & | rxChannelSingleton () |
| void | setup () |
Variables | |
| SketchHalt | halt |
| const int | PIN_RX = 1 |
| const int | PIN_TX = 0 |
| constexpr fl::RxBackend | RX_BACKEND = fl::RxBackend::RMT |
| const fl::array< PinToggle, 6 > | TEST_PATTERN |