Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setup
Function
setup
examples/Pintest/Pintest.h:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
int counter = 0;
191
void setup() {
192
delay(5000);
193
Serial.begin(38400);
194
Serial.println(
"resetting!"
);
195
}
196
197
void loop() {
198
Serial.println(counter);
Callers
nothing calls this directly
Calls
3
delay
Function · 0.50
begin
Method · 0.45
println
Method · 0.45
Tested by
no test coverage detected