Remove channel selection
endail opened this issue · 2 comments
endail commented
HX711 channels are linked-to a fixed, mututally-exclusive gain. See: https://github.com/endail/hx711-pico-c#where-is-channel-a-and-channel-b
endail commented
HX711::getChannel
can be removed.
endail commented
HX711::setConfig
needs rewriting to eg. setGain( const Gain g )
.