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

◆ SAMHArdwareSPIOutput()

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

Constructor with selectable.

Definition at line 27 of file fastspi_ref.h.

27{ m_pSelect = pSelect; }
Selectable * m_pSelect
Definition fastspi_ref.h:20
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:19

References m_pSelect.