Update gp8403_output.h

This commit is contained in:
SeByDocKy 2024-11-06 20:28:31 +01:00 committed by GitHub
parent 469ce3ba47
commit 41e975a0fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,7 @@ 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;
// bool get_gp8413() {return this->parent_->gp8413_ ;}
protected:
uint8_t channel_;
};