tatobari / hx711py

HX711 Python Library for Raspberry Pi.
Apache License 2.0
215 stars 153 forks source link

get_weight() will only work with odd numbers #59

Open wobblytwilliams opened 3 weeks ago

wobblytwilliams commented 3 weeks ago

get_weight() calls read_median() which can only handle odd numbers of values

suggest improve error handling, or allow median of n + 1 for even numbers of values.