{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-servo", "id": "servo1", "top": 36.4, "left": 115.2, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 73.4,
"left": -28.8,
"attrs": { "color": "green", "xray": "1" }
},
{ "type": "wokwi-vcc", "id": "vcc1", "top": 10.36, "left": 76.8, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 201.6, "left": 85.8, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 148.8,
"left": 37.85,
"rotate": 90,
"attrs": { "value": "10000" }
},
{
"type": "wokwi-text",
"id": "text1",
"top": -48,
"left": -48,
"attrs": {
"text": "Try many times, click as fast as you can,\nand if you are lucky, then it crashes."
}
}
],
"connections": [
[ "vcc1:VCC", "servo1:V+", "red", [ "v0" ] ],
[ "gnd1:GND", "servo1:GND", "black", [ "v0" ] ],
[ "btn1:2.r", "servo1:PWM", "green", [ "h0" ] ],
[ "vcc1:VCC", "btn1:1.l", "red", [ "v19.2", "h-124.8", "v28.8" ] ],
[ "gnd1:GND", "r1:2", "black", [ "v-9.6", "h-19.2" ] ],
[ "btn1:2.r", "r1:1", "green", [ "h0" ] ]
],
"dependencies": {}
}Try many times, click as fast as you can,
and if you are lucky, then it crashes.