Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func V2FromHX711 ¶
Types ¶
type HX711
deprecated
type HX711 interface { analog.PinADC ReadContinuous() <-chan analog.Sample ReadTimeout(timeout time.Duration) (int32, error) SetInputMode(inputMode periphimpl.InputMode) error IsReady() bool }
HX711 replicates the interface of the periph.io driver for the HX711 load cell amplifier. This interface is deprecated, use V2 instead
Deprecated: use V2 instead
func HX711FromV2 ¶
Click to show internal directories.
Click to hide internal directories.