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
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition delay.h:98
#define Serial
Definition serial.h:304

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

+ Here is the call graph for this function: