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

◆ loop()

void loop ( )

Definition at line 197 of file Pintest.h.

197 {
198 Serial.println(counter);
199
200#ifdef MAX_PIN
202#endif
203
204 Serial.println("-----");
205#ifdef NUM_DIGITAL_PINS
207#endif
208 Serial.println("------");
209
210 delay(100000);
211}
void PrintPins()
Definition Pintest.h:150
int counter
Definition Pintest.h:190
void CheckPin()
Definition Pintest.h:99

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

+ Here is the call graph for this function: