void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-arduino-uno", "id": "uno", "top": 10.2, "left": -115.8, "attrs": {} },
{ "type": "wokwi-lcd1602", "id": "lcd1", "top": -265.37, "left": 102.4, "attrs": {} },
{ "type": "wokwi-dht22", "id": "dht1", "top": -249.3, "left": -34.2, "attrs": {} },
{ "type": "wokwi-vcc", "id": "vcc1", "top": 250.36, "left": 307.2, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 249.6, "left": 345, "attrs": {} },
{ "type": "wokwi-relay-module", "id": "relay1", "top": 9.8, "left": 297.6, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -253.2,
"left": -217,
"attrs": { "color": "red" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": 127.2,
"left": 337.8,
"attrs": { "volume": "0.1" }
}
],
"connections": [],
"dependencies": {}
}