mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 12:37:45 +01:00
Update gp8403_output.h
This commit is contained in:
parent
41e975a0fd
commit
e5b932275b
@ -14,7 +14,8 @@ class GP8403Output : public Component, public output::FloatOutput, public Parent
|
||||
float get_setup_priority() const override { return setup_priority::DATA - 1; }
|
||||
void set_channel(uint8_t channel) { this->channel_ = channel; }
|
||||
void write_state(float state) override;
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
uint8_t channel_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user