mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Update mcp4461_output.h
This commit is contained in:
parent
e03df410cd
commit
a675325fc0
@ -19,8 +19,10 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
|
|||||||
/// @brief Disables current output
|
/// @brief Disables current output
|
||||||
void turn_off() override;
|
void turn_off() override;
|
||||||
/// @brief Read current device wiper state without updating internal output state
|
/// @brief Read current device wiper state without updating internal output state
|
||||||
|
/// @return float - current device state as float in range 0 - 1.0
|
||||||
float read_state();
|
float read_state();
|
||||||
/// @brief Update current output state using device wiper state
|
/// @brief Update current output state using device wiper state
|
||||||
|
/// @return float - current updated output state as float in range 0 - 1.0
|
||||||
float update_state();
|
float update_state();
|
||||||
/// @brief Increase wiper by 1 tap
|
/// @brief Increase wiper by 1 tap
|
||||||
void increase_wiper();
|
void increase_wiper();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user