Factor out DHT

It's now its own library (in git@git.ipng.nl:pim/prometheus-sensors)
This commit is contained in:
Pim van Pelt
2018-03-04 16:38:54 +01:00
parent 6898ff8349
commit 8bf7b919cc
5 changed files with 3 additions and 101 deletions

View File

@ -29,6 +29,4 @@ bool channel_get(int idx);
int channel_get_total();
void channel_handler(int gpio, void *arg);
void dht_init();
#endif // __MAIN_H