Crate bmp280

Source
Expand description

A simple library for using the Bosch BMP280 barometer and altimeter.

This library has been tested on an Odroid-C4 using an Adafruit BMP280 module.

Structs§

Bmp280
A single BMP280 sensor
Bmp280Builder
A builder for Bmp280 sensors.

Enums§

Error
Errors that all functions could return. Errors will either be from the i2cdev library or the byteorder library.

Type Aliases§

Result
Wrapper type for results