fivesixzero / CircuitPython_HX711

A CircuitPython driver for the HX711 load cell amplifer and ADC
MIT License
5 stars 1 forks source link

Test with additional CircuitPython platforms #1

Closed fivesixzero closed 2 years ago

fivesixzero commented 2 years ago

Test the HX711 driver with a variety of CircuitPython platforms.

Platforms/boards to test:

Additional platforms to consider testing:

fivesixzero commented 2 years ago

nrf, Feather Bluefruit Sense:

Very weird, unpredictable readings from GPIO read_raw(). Needs more investigation.

fivesixzero commented 2 years ago

Testing is complete, with the only anomaly found being with the nrf port. That'll be investigated in #2.