Command values for analog/dallas sensors, writeable for analog-out, #758

This commit is contained in:
MichaelDvP
2022-11-21 18:08:16 +01:00
parent 702103aa66
commit 781fe03b5d
8 changed files with 112 additions and 43 deletions

View File

@@ -43,8 +43,9 @@ class AnalogSensor {
}
std::string name() const;
void set_name(const std::string & name) {
name_ = name;
void set_name(const std::string & name) {
name_ = name;
}
uint8_t gpio() const {