Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
bool doFrame() {
179
if (!freeze) {
180
return true;
181
}
182
if (advanceFrame.isPressed()) {
183
return true;
184
}
185
return false;
186
}
187
188
void loop() {
189
if (triggered) {
Callers
1
loop
Function · 0.85
Calls
1
isPressed
Method · 0.45
Tested by
no test coverage detected