Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hydrometer ¶
Hydrometer represents a device that can read specific gravity.
type TemperatureController ¶
type Thermometer ¶
Thermometer represents a device that can read temperatures.
type ThermometerAndHydrometer ¶
type ThermometerAndHydrometer interface { Sensor Thermometer Hydrometer }
Click to show internal directories.
Click to hide internal directories.