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

◆ generateMap()

CorkscrewOutput fl::Corkscrew::generateMap ( const Input & input)
static

For testing.

Definition at line 132 of file corkscrew.cpp.

132 {
133 CorkscrewOutput output;
134 fl::generateMap(input, output);
135 return output;
136}
void generateMap(const Corkscrew::Input &input, CorkscrewOutput &output)
Definition corkscrew.cpp:12

References fl::generateMap().

+ Here is the call graph for this function: