Pim van Pelt 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
2018-03-04 17:01:17 +01:00
2018-03-21 23:07:04 +01:00
2018-03-04 16:11:07 +01:00
2018-03-21 23:07:04 +01:00
2018-03-04 16:11:07 +01:00

Prometheus Sensors

This is a library that implements a set of sensor types, reading their values periodically and exposing them to Prometheus using the prometheus-metrics library.

Supported Sensors

DHT

This is using dht library; each sensor reading takes approximately 32ms (28ms if there is no sensor on the GPIO in). They are placed on timers so as to minimize pre-emption of the main application. DHT sensors are polled in order based on sensors.dht_gpio pins and with a period of sensors.dht_period which defaults to 3 seconds.

Description
No description provided
Readme 119 KiB
Languages
C 100%