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

◆ update16()

virtual uint16_t fl::TimeAlpha::update16 ( uint32_t now)
inlinevirtual

Definition at line 20 of file time_alpha.h.

20 {
21 return static_cast<uint16_t>(update(now) << 8);
22 }
virtual uint8_t update(uint32_t now)=0

References update().

+ Here is the call graph for this function: