HX711
A platform agnostic driver to interface with the HX711 (load cell amplifier and 24 bit ADC)
Tested with STM32F103. Pull requests for other hardware welcome!
Because the interface works by toggling of GPIO pins, timing is important. Example for linux (Raspberry Pi) does not work reliably due to timing issues, but it should work good enough for quick and easy testing.
See here: https://github.com/jonas-hagen/hx711-examples
.into_ok()
when using such HAL implementations.embedded-hal
digital pin v2 API. Thanks to mmou!Licensed under either of
at your option.