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

◆ generateState()

Corkscrew::State fl::Corkscrew::generateState ( const Input & input)
static

For testing.

Definition at line 127 of file corkscrew.cpp.

127 {
128 CorkscrewState output;
129 fl::generateState(input, &output);
130 return output;
131}
void generateState(const Corkscrew::Input &input, CorkscrewState *output)
Definition corkscrew.cpp:15

References fl::generateState().

+ Here is the call graph for this function: