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

◆ Gap() [3/5]

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

Definition at line 70 of file corkscrew.h.

70: num_leds(n), gap(g) {} // New constructor with num_leds
int num_leds
Definition corkscrew.h:65
float gap
Definition corkscrew.h:66

References gap, and num_leds.