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

◆ _FL_DEFINE_PORT3

#define _FL_DEFINE_PORT3 ( L,
LC,
BASE )
Value:
template<> struct __FL_PORT_INFO<LC> { \
typedef BASE __t_baseType; \
static bool hasPort() { return 1; } \
static const char *portName() { return #L; } \
static const void *portAddr() { return (void*)&__t_baseType::r(); } };