Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type Celsius Milli + func (c Celsius) Float64() float64 + func (c Celsius) String() string + func (c Celsius) ToF() Fahrenheit + type Device interface + Halt func() error + type Display interface + Bounds func() image.Rectangle + ColorModel func() color.Model + Draw func(r image.Rectangle, src image.Image, sp image.Point) + type Environment struct + Humidity RelativeHumidity + Pressure KPascal + Temperature Celsius + type Environmental interface + Sense func(env *Environment) error + type Fahrenheit Milli + func (f Fahrenheit) Float64() float64 + func (f Fahrenheit) String() string + type KPascal Milli + func (k KPascal) Float64() float64 + func (k KPascal) String() string + type Milli int32 + func (m Milli) Float64() float64 + func (m Milli) String() string + type RelativeHumidity int32 + func (r RelativeHumidity) Float64() float64 + func (r RelativeHumidity) String() string Incompatible versions in this module v3.6.4+incompatible Jun 12, 2020