Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cd02c commit a6a85fbCopy full SHA for a6a85fb
src/AH/Hardware/ExtendedInputOutput/AnalogMultiplex.hpp
@@ -146,7 +146,7 @@ class AnalogMultiplex : public StaticSizeExtendedIOElement<1 << N> {
146
this->discardFirstReading_ = discardFirstReading_;
147
}
148
149
- private:
+ protected:
150
const pin_t analogPin;
151
const Array<pin_t, N> addressPins;
152
const pin_t enablePin;
0 commit comments