Trying to get Kconfig to work

There's something wrong with the importing part I think
This commit is contained in:
2023-10-23 21:30:38 +01:00
parent b48adeb547
commit 92949ea84d
6 changed files with 56 additions and 54 deletions

10
components/dht22/dht22.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
typedef enum {
DHT_OK
} dht22_error;
int dht_temperature();
dht22_error dht_read();