mirror of
https://github.com/esphome/esphome.git
synced 2025-04-07 03:10:27 +01:00
Update mcp4461.h
This commit is contained in:
parent
c7cc880a8c
commit
38062ee3a5
@ -68,7 +68,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
|
||||
float get_setup_priority() const override { return setup_priority::HARDWARE; }
|
||||
void loop() override;
|
||||
|
||||
uint16_t get_status_register();
|
||||
uint8_t get_status_register();
|
||||
uint16_t get_wiper_level(Mcp4461WiperIdx wiper);
|
||||
void set_wiper_level(Mcp4461WiperIdx wiper, uint16_t value);
|
||||
void update_wiper_level(Mcp4461WiperIdx wiper);
|
||||
|
Loading…
x
Reference in New Issue
Block a user