|
FastLED 3.9.15
|
Edge range specification for getRawEdgeTimes() debugging.
Specifies a range of edges to extract from the RX buffer. Used for printing edge timing context around specific locations.
Example:
#include <rx.h>
Public Member Functions | |
| constexpr | EdgeRange (size_t offsetParam, size_t countParam) FL_NOEXCEPT |
| Constructor. | |
Public Attributes | |
| size_t | count |
| Number of edges to extract. | |
| size_t | offset |
| Starting edge index. | |