FastLED 3.9.15
Loading...
Searching...
No Matches
fl::EdgeRange Struct Reference

Detailed Description

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:

  • EdgeRange{0, 256} = first 256 edges
  • EdgeRange{100, 20} = 20 edges starting at offset 100

Definition at line 56 of file rx.h.

#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.
 

The documentation for this struct was generated from the following file: