Initial commit
This commit is contained in:
16
library.json
Normal file
16
library.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "dht22_sensor",
|
||||
"version": "1.0.0",
|
||||
"description": "Custom DHT22 sensor library with bit-banging implementation for ESP32",
|
||||
"keywords": "dht22, am2302, temperature, humidity, sensor, esp32, bitbang",
|
||||
"authors": {
|
||||
"name": "ESP32C6-DHT22 Project"
|
||||
},
|
||||
"license": "MIT",
|
||||
"frameworks": [
|
||||
"espidf"
|
||||
],
|
||||
"platforms": [
|
||||
"espressif32"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user