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

◆ DriverState() [1/2]

fl::IChannelDriver::DriverState::DriverState ( Value v)
inline

Construct from state only (no error)

Definition at line 177 of file driver.h.

177: state(v), error() {}
fl::string error
Error message (only populated when state == ERROR)
Definition driver.h:174
Value state
Current driver state.
Definition driver.h:173

References FL_NOEXCEPT.