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

◆ SAMHArdwareSPIOutput()

template<uint8_t _DATA_PIN, uint8_t _CLOCK_PIN, uint32_t _SPI_CLOCK_DIVIDER>
REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::SAMHArdwareSPIOutput ( Selectable * pSelect)
inline

Constructor with selectable.

Definition at line 24 of file fastspi_ref.h.

24{ m_pSelect = pSelect; }
Selectable * m_pSelect
Definition fastspi_ref.h:17
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:16

References m_pSelect.