Files
esp-air-monitor/components/dht22/dht22.h
Arthur Roberts 92949ea84d Trying to get Kconfig to work
There's something wrong with the importing part I think
2023-10-23 21:30:38 +01:00

11 lines
103 B
C

#pragma once
typedef enum {
DHT_OK
} dht22_error;
int dht_temperature();
dht22_error dht_read();