NetBSD/usr.sbin/envstat
brad 068b504f95 A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor.  This is an inexpensive to moderately
expensive chip available from a large number of places.  The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter.  This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.
2022-11-21 21:24:00 +00:00
..
Makefile
config.c For raw output (-x) allow to extract individual properties like drvctl -p. 2020-11-14 09:11:55 +00:00
config_lex.l
config_yacc.y
envstat.8 A driver for the Bosch BMP280 / BME280 temperature, humidity and 2022-11-21 21:24:00 +00:00
envstat.c A driver for the Bosch BMP280 / BME280 temperature, humidity and 2022-11-21 21:24:00 +00:00
envstat.h For raw output (-x) allow to extract individual properties like drvctl -p. 2020-11-14 09:11:55 +00:00
envstat_hostops.c
envstat_rumpops.c
envsys.conf.5
prog_ops.h