Definition at line 61 of file ParallelOutputDemo.h.
61 {
64 Serial.println(
"Starting...");
65#if defined(HAS_PORTDC)
66
67
68
69
70
71
72
73
74
75
76
77
78
79
81#else
82
83
84
85
86 Serial.println(
"Parallel port output not supported on this platform");
87#endif
88}
#define NUM_LEDS_PER_STRIP
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
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...
References FastLED, leds, NUM_LEDS_PER_STRIP, NUM_STRIPS, and Serial.