MCPcopy Create free account
hub / github.com/FastLED/FastLED / doFrame

Function doFrame

examples/Audio/simple/simple.h:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177
178bool doFrame() {
179 if (!freeze) {
180 return true;
181 }
182 if (advanceFrame.isPressed()) {
183 return true;
184 }
185 return false;
186}
187
188void loop() {
189 if (triggered) {

Callers 1

loopFunction · 0.85

Calls 1

isPressedMethod · 0.45

Tested by

no test coverage detected