Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStopped = errors.New("hx711 is not powered on") ErrNotReady = errors.New("data is not ready for reading") ErrBadRead = errors.New("got unstable reading from device") )
View Source
var (
)Functions ¶
This section is empty.
Types ¶
type V2 ¶
type V2 interface { measurement.StreamingSensor SetGain(ctx context.Context, gain Gain) error }
Click to show internal directories.
Click to hide internal directories.