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
}
NULL
#define NULL
Definition
kiss_fft.cpp.hpp:17
References
NULL
.
examples
Pintest
Pintest.h
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2