endail/hx711

Remove channel selection

endail opened this issue · 2 comments

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

HX711::getChannel can be removed.

HX711::setConfig needs rewriting to eg. setGain( const Gain g ).