MCPcopy 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
190int counter = 0;
191void setup() {
192 delay(5000);
193 Serial.begin(38400);
194 Serial.println("resetting!");
195}
196
197void loop() {
198 Serial.println(counter);

Callers

nothing calls this directly

Calls 3

delayFunction · 0.50
beginMethod · 0.45
printlnMethod · 0.45

Tested by

no test coverage detected