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

◆ isFastLedOutputPinValid()

bool autoresearch::parlio_stream::isFastLedOutputPinValid ( int pin)
inline

Definition at line 48 of file AutoResearchParlioStream.h.

48 {
49 if (pin < 0 || pin >= 64) {
50 return false;
51 }
52#if defined(_FL_VALID_PIN_MASK)
53 return (_FL_VALID_PIN_MASK & (1ULL << pin)) != 0;
54#else
55 return true;
56#endif
57}

Referenced by validateParlioStreaming().

+ Here is the caller graph for this function: