bme280: add package docs, and add bme280 to README

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-06-03 19:39:30 +02:00
parent 79d3609f76
commit d1553458f5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
// Package bme280 provides a driver for the BME280 digital combined
// humidity and pressure sensor by Bosch.
//
// Datasheet:
// https://cdn-shop.adafruit.com/datasheets/BST-BME280_DS001-10.pdf
//
package bme280
import (