-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservo-one.json
More file actions
21 lines (21 loc) · 834 Bytes
/
servo-one.json
File metadata and controls
21 lines (21 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 1,
"author": "Ian Rohrbacher",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-devkit-c-v4", "id": "esp", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-potentiometer", "id": "pot2", "top": 46.7, "left": -77, "attrs": {} },
{ "type": "wokwi-servo", "id": "servo1", "top": 46, "left": 124.8, "attrs": {} }
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "esp:5V", "pot2:VCC", "red", [ "h0" ] ],
[ "esp:GND.1", "pot2:GND", "black", [ "h0" ] ],
[ "esp:14", "pot2:SIG", "orange", [ "h0" ] ],
[ "servo1:GND", "esp:GND.2", "black", [ "h-9.6", "v-67.2" ] ],
[ "servo1:V+", "esp:5V", "red", [ "h-9.6", "v115.3", "h-110.59" ] ],
[ "servo1:PWM", "esp:5", "orange", [ "h0" ] ]
],
"dependencies": {}
}