Crate bmp280_ehal

source ·
Expand description

A platform agnostic driver to interface with the BMP280 (pressure sensor)

This driver is built using [embedded-hal] traits.

Structs

  • BMP280 driver
  • Configuration register, sets the rate, filter and interface options of the device. Note that writing to this register while device in normal mode may be ignored. Writes in sleep mode are not ignored.
  • Control
  • Status

Enums