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

◆ Spi() [1/4]

fl::Spi::Spi ( )
inline

Default constructor - creates device in error state.

Definition at line 56 of file spi.h.

56: is_ok(false), error_code(SPIError::NOT_INITIALIZED) {}
SPIError error_code
Definition spi.h:144
bool is_ok
Definition spi.h:143

References error_code, FL_NOEXCEPT, is_ok, and fl::NOT_INITIALIZED.

Referenced by Spi(), Spi(), and operator=().

+ Here is the caller graph for this function: