Initial commit

This commit is contained in:
Andrey Aleksandrov
2025-12-30 21:48:48 +02:00
commit 236d5e4a8c
5 changed files with 581 additions and 0 deletions

16
library.json Normal file
View 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"
]
}