Skip to content

Commit af7bc06

Browse files
committed
Update screenshot.
1 parent 6d77926 commit af7bc06

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

LogicSandbox-circuit.cls

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"components": [
3+
{
4+
"id": "c_power_1680",
5+
"type": "maxstupo.logicsandbox.logic.components.power",
6+
"x": 7.71908569,
7+
"y": 40.55669,
8+
"label": "PWR"
9+
},
10+
{
11+
"id": "c_toggle_1721",
12+
"type": "maxstupo.logicsandbox.logic.components.toggle",
13+
"x": 69.15817,
14+
"y": 14.8247414,
15+
"label": "Toggle",
16+
"state": false
17+
},
18+
{
19+
"id": "c_toggle_0710",
20+
"type": "maxstupo.logicsandbox.logic.components.toggle",
21+
"x": 69.15817,
22+
"y": 66.37113,
23+
"label": "Toggle",
24+
"state": false
25+
},
26+
{
27+
"id": "c_notgate_3501",
28+
"type": "maxstupo.logicsandbox.logic.components.notgate",
29+
"x": 129.98291,
30+
"y": 14.8247414,
31+
"label": "NOT"
32+
},
33+
{
34+
"id": "c_notgate_1155",
35+
"type": "maxstupo.logicsandbox.logic.components.notgate",
36+
"x": 129.98291,
37+
"y": 66.37113,
38+
"label": "NOT"
39+
},
40+
{
41+
"id": "c_orgate_1782",
42+
"type": "maxstupo.logicsandbox.logic.components.orgate",
43+
"x": 183.591156,
44+
"y": 41.1134,
45+
"label": "OR"
46+
},
47+
{
48+
"id": "c_notgate_0860",
49+
"type": "maxstupo.logicsandbox.logic.components.notgate",
50+
"x": 236.168472,
51+
"y": 41.1134,
52+
"label": "NOT"
53+
}
54+
],
55+
"wires": [
56+
["c_toggle_1721.in0","c_power_1680.out0"],
57+
["c_power_1680.out0","c_toggle_0710.in0"],
58+
["c_toggle_0710.out0","c_notgate_1155.in0"],
59+
["c_notgate_3501.in0","c_toggle_1721.out0"],
60+
["c_orgate_1782.in0","c_notgate_3501.out0"],
61+
["c_orgate_1782.in1","c_notgate_1155.out0"],
62+
["c_orgate_1782.out0","c_notgate_0860.in0"]
63+
]
64+
}

Screenshots/LogicSandbox.png

1.6 KB
Loading

0 commit comments

Comments
 (0)