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

Function loop

examples/Pintest/Pintest.h:197–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void loop() {
198 Serial.println(counter);
199
200#ifdef MAX_PIN
201 CheckPin<MAX_PIN>();
202#endif
203
204 Serial.println("-----");
205#ifdef NUM_DIGITAL_PINS
206 PrintPins<NUM_DIGITAL_PINS>();
207#endif
208 Serial.println("------");
209
210 delay(100000);
211}

Callers

nothing calls this directly

Calls 2

delayFunction · 0.50
printlnMethod · 0.45

Tested by

no test coverage detected