Initial Checkin.
Only DHT (AM3202) supported at this time.
This commit is contained in:
9
src/mgos_prometheus_sensors.c
Normal file
9
src/mgos_prometheus_sensors.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include "mgos_config.h"
|
||||
#include "mgos_prometheus_sensors.h"
|
||||
|
||||
void dht_init();
|
||||
|
||||
bool mgos_prometheus_sensors_init(void) {
|
||||
dht_init();
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user