FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Gap() [3/5]

fl::Gap::Gap ( int n,
float g )
inline

Definition at line 72 of file corkscrew.h.

72: num_leds(n), gap(g) {} // New constructor with num_leds
int num_leds
Definition corkscrew.h:67
float gap
Definition corkscrew.h:68

References gap, and num_leds.