mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
477 B
Go
15 lines
477 B
Go
// Copyright 2026 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package bme68x controls a Bosch BME680 device over I²C
|
|
//
|
|
// # More details
|
|
//
|
|
// See https://periph.io/device/bme68x/ for more details about the device.
|
|
//
|
|
// # Datasheet
|
|
// BME680: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme680-ds001.pdf
|
|
|
|
package bme68x
|