Versions in this module Expand all Collapse all v1 v1.1.0 Aug 28, 2020 Changes in this version + var ErrOpenCircuit error = errors.New("Thermocouple is not connected") + var ErrReadingValue error = errors.New("Error Reading Value") + var ErrShortToGround error = errors.New("Short Circuit to Ground") + var ErrShortToVcc error = errors.New("Short Circuit to Power") + type Dev struct + func New(p spi.Port) (*Dev, error) + func (d *Dev) GetTemp() (Temp, error) + type Temp struct + Internal physic.Temperature + Thermocouple physic.Temperature