Crate sensehat [] [src]

A driver for the Raspberry Pi Sense HAT

The Sense HAT is a sensor board for the Raspberry Pi. It features an LED matrix, a humidity and temperature sensor, a pressure and temperature sensor and a gyroscope.

Supported components:

  • Humidity and Temperature Sensor (an HTS221)
  • Pressure and Temperature Sensor (a LPS25H)
  • Gyroscope (an LSM9DS1, requires the RTIMU library)

Currently unsupported components:

  • LED matrix
  • Joystick

Structs

Angle

The 'Angle' struct can be used to deal with angles in a common way.

Orientation

Represents an orientation from the IMU

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 Sense HAT itself

Temperature

The Temperature struct can be used to deal with absolute 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