Update gp8403_output.h

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

View File

@ -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_;
};