#include <tlc59208f_output.h>
|
| void | set_channel (uint8_t channel) |
| |
| void | set_max_power (float max_power) |
| | Set the maximum power output of this component.
|
| |
| void | set_min_power (float min_power) |
| | Set the minimum power output of this component.
|
| |
| void | set_zero_means_zero (bool zero_means_zero) |
| | Sets this output to ignore min_power for a 0 state.
|
| |
| void | set_level (float state) |
| | Set the level of this float output, this is called from the front-end.
|
| |
| virtual void | update_frequency (float frequency) |
| | Set the frequency of the output for PWM outputs.
|
| |
| float | get_max_power () const |
| | Get the maximum power output.
|
| |
| float | get_min_power () const |
| | Get the minimum power output.
|
| |
| void | set_inverted (bool inverted) |
| | Set the inversion state of this binary output.
|
| |
| void | set_power_supply (power_supply::PowerSupply *power_supply) |
| | Use this to connect up a power supply to this output.
|
| |
| virtual void | set_state (bool state) |
| | Enable or disable this binary output.
|
| |
| virtual void | turn_on () |
| | Enable this binary output.
|
| |
| virtual void | turn_off () |
| | Disable this binary output.
|
| |
| bool | is_inverted () const |
| | Return whether this binary output is inverted.
|
| |
| | Parented () |
| |
| | Parented (TLC59208FOutput *parent) |
| |
| TLC59208FOutput * | get_parent () const |
| | Get the parent of this object.
|
| |
| void | set_parent (TLC59208FOutput *parent) |
| | Set the parent of this object.
|
| |
Definition at line 25 of file tlc59208f_output.h.
◆ set_channel()
| void esphome::tlc59208f::TLC59208FChannel::set_channel |
( |
uint8_t | channel | ) |
|
|
inline |
◆ write_state()
| void esphome::tlc59208f::TLC59208FChannel::write_state |
( |
float | state | ) |
|
|
overrideprotectedvirtual |
◆ channel_
| uint8_t esphome::tlc59208f::TLC59208FChannel::channel_ |
|
protected |
The documentation for this class was generated from the following files: