|
FastLED 3.9.15
|
Manually inject edge timings for testing (Phase 1 - PARLIO gap simulation)
| edges | Span of EdgeTime entries to inject (nanosecond timings) |
This method allows programmatic injection of timing data into RX devices for testing decoder behavior without actual hardware transmission. Primary use case is simulating PARLIO transmission gaps (~20us LOW pulses) to validate gap tolerance in LED decoders.
IMPORTANT: EdgeTime entries must use nanosecond timings, NOT ticks.
After injection, use decode() to process the injected edges as if they were captured from hardware.
Example (simulate WS2812B with 20us gap):
Referenced by fl::shared_ptr< RxDevice >.
Here is the caller graph for this function: