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

◆ portValueToId() [4/6]

template<typename T>
fl::enable_if< fl::is_multi_byte_integer< T >::value &&!fl::is_signed< T >::value, int >::type fl::anonymous_namespace{pins.cpp.hpp}::portValueToId ( T v)

Definition at line 128 of file pins.cpp.hpp.

128 {
129 return static_cast<int>(v);
130}

References portValueToId().

+ Here is the call graph for this function: