Commit Graph

8 Commits

Author SHA1 Message Date
bd432136cd Tagcopyrights, add contributing / licensing information 2018-11-19 00:18:17 +01:00
fcfd65295f Add CCS811 2018-04-10 22:00:38 +02:00
b4b81f7542 Some finishing touches.
- Print *_timer_cb consistently (add units "C" and "%" at .2f precision)
- Guard HTU21DF and SI7021 from co-existing (both devices are on the same I2C address)
- Differentiate between BME280 and BMP280 in metrics
- Update README with timing information
- Link in all drivers
2018-04-03 23:57:49 +02:00
affa077d61 Add four new drivers!
HTU21DF
SHT31
SI7021
MCP9808

.. which will be published to GitHub after launch review at Google.
2018-04-03 19:52:52 +02:00
945aaf44c4 Update README 2018-03-26 15:11:24 +02:00
a7b78521f1 Add BME280 Sensor
- Plumb BME280 all the way through to Prometheus.
- Add README detailing the diff between BME280 and BMP280
- Refactor source files to be *_drv.c to avoid naming clashes with
  upstream libraries.
2018-03-26 15:07:17 +02:00
fb87c4070a Add VEML6075; Update DHT reported values 2018-03-22 15:39:06 +01:00
1ff7642bea Initial Checkin.
Only DHT (AM3202) supported at this time.
2018-03-04 16:11:07 +01:00