{
"version": 1,
"author": "JONATAN PACORA VEGA",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 3.21, "left": -150.29, "attrs": {} },
{
"type": "wokwi-dht22",
"id": "dht1",
"top": -106.51,
"left": 0.51,
"attrs": { "temperature": "25.5", "humidity": "66.5" }
}
],
"connections": [
[ "pico:GND.7", "dht1:GND", "black", [ "h0" ] ],
[ "pico:GP22", "dht1:SDA", "green", [ "h0" ] ],
[ "pico:3V3", "dht1:VCC", "red", [ "h0" ] ]
]
}