Trying to get Kconfig to work
There's something wrong with the importing part I think
This commit is contained in:
10
components/dht22/dht22.h
Normal file
10
components/dht22/dht22.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
DHT_OK
|
||||
} dht22_error;
|
||||
|
||||
int dht_temperature();
|
||||
dht22_error dht_read();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user