9 Commits

Author SHA1 Message Date
bd432136cd Tagcopyrights, add contributing / licensing information 2018-11-19 00:18:17 +01:00
7a2a8498f8 Add barometer_drv.c 2018-04-22 17:58:41 +02:00
51efc682a3 ignore libs/ 2018-04-22 16:53:19 +02:00
fcfd65295f Add CCS811 2018-04-10 22:00:38 +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
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
9cd0681e4d Add VEML6075 scaffolding.
Also, remove DHT dependency and add a note in mos.yml to have
application owners include those libraries. Without them, we'll compile
no scaffolding. With them, we'll pull those in based on -DHAVE_* macros.
2018-03-21 23:07:04 +01:00
0d48de1ba8 Add Prometheus timer.
This timer will periodically upload Prometheus information to the push
gateway. By default, every `sensors.pushgateway_period` (10) seconds.
2018-03-04 16:38:10 +01:00
1ff7642bea Initial Checkin.
Only DHT (AM3202) supported at this time.
2018-03-04 16:11:07 +01:00