Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WaterLevel ¶
type WaterLevel interface {
IsEmpty() bool
Configure()
On()
Off()
}
func NewWaterLevel ¶
func NewWaterLevel(dryThreshold uint16, dataPin, voltagePin machine.Pin) WaterLevel
Click to show internal directories.
Click to hide internal directories.