16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"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"
|
|
]
|
|
} |