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