tatobari / hx711py

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

hx no attribute: get_np_arr8_string() (line 58 on example.py) #25

Closed d0odadiddy closed 5 years ago

d0odadiddy commented 5 years ago

I'm trying to troubleshoot my sporadic spiking +/- values. Using example.py's debugging with MSB and LSB, uncommenting the hx.get_np_arr8_string() causes an error that this is not an attribute of hx. Do I need numpy installed to use this library?

Thank you,

Toby

d0odadiddy commented 5 years ago

Never mind... Kush-13 on #23 switched from 5v to 3.3v. This fixed my random values.