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

◆ _GetPinPort< 0 >()

template<>
const char * _GetPinPort< 0 > ( void * ptr)

Definition at line 135 of file Pintest.h.

135 {
136 if (__FL_PORT_INFO<0>::hasPort() && (ptr == (void*)__FL_PORT_INFO<0>::portAddr())) {
137 return __FL_PORT_INFO<0>::portName();
138 } else {
139 return NULL; // Base case - no more ports to check
140 }
141}
#define NULL

References NULL.