Refactor includes

This commit is contained in:
Pim van Pelt
2018-11-18 23:49:09 +01:00
parent 23ae7603be
commit 075dca9f0e
12 changed files with 18 additions and 39 deletions

View File

@ -1,10 +1,5 @@
#ifndef __MGOS_PROMETHEUS_SENSORS_H
#define __MGOS_PROMETHEUS_SENSORS_H
#pragma once
#include "mgos.h"
#include "mgos_gpio.h"
float mgos_prometheus_sensors_dht_get_temp(uint8_t idx);
float mgos_prometheus_sensors_dht_get_humidity(uint8_t idx);
#endif // __MGOS_PROMETHEUS_SENSORS_H
#include "mgos_config.h"
#include "mgos_prometheus_metrics.h"