mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
preen
This commit is contained in:
parent
f33419a3aa
commit
0f7cfe2c95
@ -13,8 +13,6 @@ void TLC5971::setup() {
|
|||||||
this->clock_pin_->digital_write(true);
|
this->clock_pin_->digital_write(true);
|
||||||
|
|
||||||
this->pwm_amounts_.resize(this->num_chips_ * N_CHANNELS_PER_CHIP, 0);
|
this->pwm_amounts_.resize(this->num_chips_ * N_CHANNELS_PER_CHIP, 0);
|
||||||
|
|
||||||
ESP_LOGCONFIG(TAG, "Done setting up TLC5971 output component.");
|
|
||||||
}
|
}
|
||||||
void TLC5971::dump_config() {
|
void TLC5971::dump_config() {
|
||||||
ESP_LOGCONFIG(TAG, "TLC5971:");
|
ESP_LOGCONFIG(TAG, "TLC5971:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user