vanderbiltrobotics/loadcell

Add LOW_POWER mode

AWatk opened this issue · 0 comments

AWatk commented

make the power_up() and power_down() functions private.

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.