package
Version:
v0.0.0-...-5725b45
Opens a new window with list of versions in this module.
Published: Dec 16, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package bme280 provides access to BME280 devices.
Device is a handle to a BME280 device
Open opens a connection to a BME280 device at the given address.
Sample returns the (compensated) Humidity, Pressure and Temperature data off the device.
OpMode describes the operating modes of a BME280 device.
const (
OpInvalid OpMode = iota
OpSample1
OpSample2
OpSample4
OpSample8
OpSample16
)
Operating modes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.