{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-arduino-uno", "id": "uno", "top": -18.6, "left": 37.8, "attrs": {} },
{
"type": "wokwi-slide-potentiometer",
"id": "potentiometer",
"top": 177.8,
"left": 335,
"attrs": { "value": "512" }
},
{
"type": "chip-scope",
"id": "scope2",
"top": -46.98,
"left": 331.2,
"attrs": {
"sampleTimeUs": "40",
"sampleTimeMs": "0",
"triggerChannel": "1",
"triggerMode": "1",
"crtColor": "1",
"trace0Color": "0",
"trace1Color": "1",
"trace2Color": "9",
"trace3Color": "9"
}
},
{
"type": "wokwi-led",
"id": "led1",
"top": -70.8,
"left": 224.6,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -34.45,
"left": 172.8,
"attrs": { "value": "100" }
}
],
"connections": [
[ "uno:A0", "potentiometer:SIG", "green", [ "v0" ] ],
[ "uno:3", "led1:A", "green", [ "v0" ] ],
[ "uno:GND.1", "r1:1", "black", [ "v0" ] ],
[ "r1:2", "led1:C", "green", [ "v0" ] ],
[ "uno:3", "scope2:D1", "green", [ "v0" ] ],
[ "potentiometer:SIG", "scope2:A0", "green", [ "h-19.2", "v-58.4", "h288", "v-220.8" ] ],
[ "uno:GND.2", "potentiometer:VCC", "black", [ "v0" ] ],
[ "uno:5V", "potentiometer:GND", "red", [ "v105.5", "h349.4" ] ]
],
"dependencies": { "chip-scope": "github:Dlloydev/[email protected]" }
}