endail / hx711

Raspberry Pi HX711 C++ Library
MIT License
19 stars 11 forks source link

HX711::powerUp should not block to sleep for settling time #68

Closed endail closed 1 year ago

endail commented 1 year ago

https://github.com/endail/hx711/blob/42d6305ab0aa8ad03e066a67a64228dc67bef4be/src/HX711.cpp#L367-L387

Sleeping for settling time should be separate to powering up.