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

◆ NOPSPIOutput() [2/2]

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, fl::u32 _SPI_CLOCK_DIVIDER>
NOPSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::NOPSPIOutput ( Selectable * pSelect)
inline

Constructor with selectable.

Definition at line 28 of file fastspi_nop.h.

28{ mPSelect = pSelect; }
Selectable * mPSelect
Definition fastspi_nop.h:21
A nop/stub class, mostly to show the SPI methods that are needed/used by the various SPI chipset impl...
Definition fastspi_nop.h:20

References mPSelect.