21 void setup()
override;
void set_num_chips(uint8_t num_chips)
void set_clock_pin(GPIOPin *clock_pin)
const uint8_t N_CHANNELS_PER_CHIP
void transfer_(uint8_t send)
void set_data_pin(GPIOPin *data_pin)
const float HARDWARE
For components that deal with hardware and are very important like GPIO switch.
std::vector< uint16_t > pwm_amounts_
float get_setup_priority() const override
void dump_config() override
Implementation of SPI Controller mode.
void set_channel_value(uint16_t channel, uint16_t value)
void loop() override
Send new values if they were updated.