Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOpenCircuit error = errors.New("Thermocouple is not connected")
ErrOpenCircuit - Thermocouple is not connected
View Source
var ErrReadingValue error = errors.New("Error Reading Value")
ErrReadingValue - Error Reading Value
View Source
var ErrShortToGround error = errors.New("Short Circuit to Ground")
ErrShortToGround - Short Circuit to Ground
View Source
var ErrShortToVcc error = errors.New("Short Circuit to Power")
ErrShortToVcc - Short Circuit to Power
Functions ¶
This section is empty.
Types ¶
type Dev ¶
type Dev struct {
// contains filtered or unexported fields
}
Dev - A handle to contain the SPI connection
type Temp ¶
type Temp struct { Thermocouple physic.Temperature Internal physic.Temperature }
Temp - contains the temperature at both ends of the thermcouple
Click to show internal directories.
Click to hide internal directories.