Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6a85fb

Browse files
committed
Make AnalogMultiplex members protected
1 parent 87cd02c commit a6a85fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AH/Hardware/ExtendedInputOutput/AnalogMultiplex.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class AnalogMultiplex : public StaticSizeExtendedIOElement<1 << N> {
146146
this->discardFirstReading_ = discardFirstReading_;
147147
}
148148

149-
private:
149+
protected:
150150
const pin_t analogPin;
151151
const Array<pin_t, N> addressPins;
152152
const pin_t enablePin;

0 commit comments

Comments
 (0)