endail / hx711-pico-c

Implementation of single and multiple HX711 use via RP2040's state machine
https://endail.github.io/hx711-pico-c/
MIT License
32 stars 7 forks source link

Split into hx711_power_up and hx711_power_down? #38

Closed endail closed 1 year ago

endail commented 1 year ago

https://github.com/endail/hx711-pico-c/blob/1b634c3bd4e65b52ca3437721fa77f1268befcc8/src/hx711.c#L278

Consider readability of long function w/comments.

endail commented 1 year ago

hx711_pwr_t and hx711_set_power removed. Replaced with hx711_power_up and hx711_power_down.