FastLED 3.9.15
Loading...
Searching...
No Matches

◆ loop()

void loop ( )

Definition at line 188 of file Pintest.ino.

188 {
189 Serial.println(counter);
190
191#ifdef MAX_PIN
193#endif
194
195 Serial.println("-----");
196#ifdef NUM_DIGITAL_PINS
198#endif
199 Serial.println("------");
200
201 delay(100000);
202}
void PrintPins()
Definition Pintest.ino:141
int counter
Definition Pintest.ino:181
void CheckPin()
Definition Pintest.ino:96

References CheckPin(), counter, and PrintPins().

+ Here is the call graph for this function: