mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
Update esphome/components/mcp4461/mcp4461.h
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
13764562e8
commit
8190cd626f
@ -141,7 +141,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
|
|||||||
/// @return bool - true on success, false on error/warning
|
/// @return bool - true on success, false on error/warning
|
||||||
bool update_wiper_level_(Mcp4461WiperIdx wiper);
|
bool update_wiper_level_(Mcp4461WiperIdx wiper);
|
||||||
/// @brief enable given wiper
|
/// @brief enable given wiper
|
||||||
/// @param[wiper] wiper to enable
|
/// @param[in] wiper The wiper to enable
|
||||||
void enable_wiper_(Mcp4461WiperIdx wiper);
|
void enable_wiper_(Mcp4461WiperIdx wiper);
|
||||||
/// @brief disable given wiper
|
/// @brief disable given wiper
|
||||||
/// @param[wiper] wiper to disable
|
/// @param[wiper] wiper to disable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user