Crate sensehat [] [src]

Structs

Pressure

The Pressure struct can be used to deal with presssures in a common way. Common metric and imperial units are supported.

RelativeHumidity

Represents a relative humidity reading from the humidity sensor

SenseHat

Represents the SenseHat itself

Temperature

The Temperature struct can be used to deal with temperatures in a common way.

Enums

SenseHatError

Errors that this crate can return

Type Definitions

SenseHatResult

A shortcut for Results that can return T or SenseHatError