Commit Graph

4 Commits

Author SHA1 Message Date
9a358e31ab Add statistics to DHT 2018-04-04 16:54:10 +02:00
9a71d580c0 Expose mgos_*_stats in Prometheus 2018-04-04 14:03:50 +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
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