This commit is contained in:
J. Nick Koston 2025-07-24 21:02:05 -10:00
parent f33419a3aa
commit 0f7cfe2c95
No known key found for this signature in database

View File

@ -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:");