AWatk opened this issue 7 years ago · 0 comments
make the power_up() and power_down() functions private.
power_up()
power_down()
The device is then "powered down" (actually just low power) by calling
HX711::set_mode(HX711_MODE::LOW_POWER)
and powered back on by setting the mode to something else.