ESPHome 2026.5.1
Loading...
Searching...
No Matches
tlc5971_output.cpp
Go to the documentation of this file.
1#include "tlc5971_output.h"
2
3namespace esphome::tlc5971 {
4
6 auto amount = static_cast<uint16_t>(state * 0xffff);
7 this->parent_->set_channel_value(this->channel_, amount);
8}
9
10} // namespace esphome::tlc5971
void write_state(float state) override
bool state
Definition fan.h:2