5.9. Circuit PlaygroundΒΆ

Here is a circuit you can edit.

{ "width":600, "height":500, "showToolbox":true, "toolbox":[ {"type":"DC"}, {"type":"LED"}, {"type":"Toggle"}, {"type":"NOT"}, {"type":"AND"}, {"type":"OR"}, {"type":"XOR"}, {"type":"Joint"} ], "devices":[ {"type":"Toggle","id":"dev0","x":120,"y":96,"label":"Input1","state":{"on":false}}, {"type":"DC","id":"dev1","x":40,"y":160,"label":"DC"}, {"type":"Toggle","id":"dev2","x":120,"y":216,"label":"Input2","state":{"on":false}} ], "connectors":[ {"from":"dev0.in0","to":"dev1.out0"}, {"from":"dev2.in0","to":"dev1.out0"} ]}

Instructions:

You have attempted of activities on this page