{ // JSON5
v: 6,
opts: {name: 'SR Latch Light'},
components: {
nor0: {type: 'nor', pos: [260, 300], in: [7, 8], out: 9},
nor1: {type: 'nor', pos: [260, 390], in: [10, 11], out: 12},
in0: {type: 'in', pos: [185, 60], orient: 's', id: 13, name: 'Light On'},
in1: {type: 'in', pos: [290, 60], orient: 's', id: 14, name: 'Light Off'},
out2: {type: 'out', pos: [375, 390], id: 17, name: "Q'"},
bar0: {type: 'bar', pos: [415, 115], orient: 's', id: 0, name: 'Light', display: 'h'},
out0: {type: 'out', pos: [375, 300], id: 1, name: 'Q'},
},
wires: [[12, 17], [9, 10], [12, 8], [13, 11], [14, 7], [9, 0, {via: [[360, 70, 'n'], [380, 35]]}], [9, 1]]
}
Light On
0
Light Off
0
Q'
0
Light
Q
1