[][src]Crate hx711

A platform agnostic driver to interface with the HX711 (load cell amplifier and ADC)

This driver was built using embedded-hal traits.

Structs

Hx711

HX711 driver

Enums

Error

Error type for Input and Output errors on digital pins. For some HALs, the digital input and output pins can never fail. If you use the driver with such a crate, you can use .into_ok() on all results instead of .unwrap() or .expect().

Mode

The HX711 can run in three modes:

Constants

MAX_VALUE

Maximum ADC value

MIN_VALUE

Minimum ADC value