Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ loop
Function
loop
examples/Fire2023/Fire2023.h:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
void Fire2023(uint32_t now);
119
120
void loop() {
121
EVERY_N_MILLISECONDS(8) {
122
Fire2023(fl::millis());
123
}
124
FastLED.show();
125
}
126
127
fl::ScreenMap makeScreenMap() {
128
fl::vector<fl::vec2f> lut;
Callers
nothing calls this directly
Calls
3
Fire2023
Function · 0.85
millis
Function · 0.50
show
Method · 0.45
Tested by
no test coverage detected