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

◆ min()

template<typename T>
static T fl::RedSquare::Math::min ( T a,
T b )
inlinestatic

Definition at line 16 of file redsquare.h.

16{ return a < b ? a : b; }

Referenced by fl::RedSquare::draw().

+ Here is the caller graph for this function: