Skip to content

Commit 827951f

Browse files
committed
Add new example circuits, remove old
1 parent d7ba8dd commit 827951f

File tree

3 files changed

+25
-76
lines changed

3 files changed

+25
-76
lines changed

ExampleCircuits/test2.json renamed to ExampleCircuits/lampAndHeater.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"orientation": "horizontal",
1111
"type": "wire",
1212
"x": 3,
13-
"y": 8
13+
"y": 10
1414
},
1515
{
1616
"orientation": "horizontal",
@@ -23,7 +23,7 @@
2323
"orientation": "horizontal",
2424
"type": "wire",
2525
"x": 5,
26-
"y": 8
26+
"y": 10
2727
},
2828
{
2929
"orientation": "horizontal",
@@ -37,7 +37,7 @@
3737
"resistance": 1,
3838
"type": "resistor",
3939
"x": 7,
40-
"y": 8
40+
"y": 10
4141
},
4242
{
4343
"orientation": "horizontal",
@@ -49,7 +49,7 @@
4949
"orientation": "horizontal",
5050
"type": "wire",
5151
"x": 9,
52-
"y": 8
52+
"y": 10
5353
},
5454
{
5555
"orientation": "vertical",
@@ -61,17 +61,36 @@
6161
},
6262
{
6363
"orientation": "vertical",
64-
"resistance": 3,
64+
"type": "wire",
65+
"x": 2,
66+
"y": 9
67+
},
68+
{
69+
"orientation": "vertical",
70+
"resistance": 0.5,
6571
"type": "resistor",
6672
"x": 4,
6773
"y": 7
6874
},
6975
{
7076
"orientation": "vertical",
71-
"resistance": 1,
77+
"toggled": false,
78+
"type": "switch",
79+
"x": 4,
80+
"y": 9
81+
},
82+
{
83+
"orientation": "vertical",
84+
"resistance": 2,
7285
"type": "electricHeater",
7386
"x": 10,
7487
"y": 7
88+
},
89+
{
90+
"orientation": "vertical",
91+
"type": "wire",
92+
"x": 10,
93+
"y": 9
7594
}
7695
]
7796
}
File renamed without changes.

ExampleCircuits/test3.json

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)