Documentation ¶
Overview ¶
Package sds011 is the package for sds011
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Model = resource.NewModel("zaporter", "bonsai", "v1") DataDir = os.Getenv("VIAM_MODULE_DATA") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PumpPin int `json:"pump_pin"` SensePin int `json:"sense_pin"` WaterIntervalSeconds int `json:"water_interval_seconds"` WaterDurationSeconds int `json:"water_duration_seconds"` BoardComponent string `json:"board"` }
Click to show internal directories.
Click to hide internal directories.