-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.json
More file actions
38 lines (38 loc) · 1.27 KB
/
database.json
File metadata and controls
38 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"circuitCode":"code_circuits/parallel_resistors.tex",
"circuitImg":"img_circuits/parallel_resistors.png",
"circuitAlt":"Parallel Resistors",
"circuitTags":"parallel resistor "
},
{
"circuitCode":"code_circuits/simple_led.tex",
"circuitImg":"img_circuits/simple_led.png",
"circuitAlt":"Simple LED",
"circuitTags":"led diode simple "
},
{
"circuitCode":"code_circuits/full_wave_rectifier.tex",
"circuitImg":"img_circuits/full_wave_rectifier.png",
"circuitAlt":"Full Wave Rectifier",
"circuitTags":"rectifier bridge diode "
},
{
"circuitCode":"code_circuits/wheatstone_bridge.tex",
"circuitImg":"img_circuits/wheatstone_bridge.png",
"circuitAlt":"Wheatstone Bridge",
"circuitTags":"Wheatstone Bridge "
},
{
"circuitCode":"code_circuits/diff_opamp.tex",
"circuitImg":"img_circuits/diff_opamp.png",
"circuitAlt":"Diferential OPAMP",
"circuitTags":"Diferential operational amplifier "
},
{
"circuitCode":"code_circuits/buffer.tex",
"circuitImg":"img_circuits/buffer.png",
"circuitAlt":"Buffer OPAMP",
"circuitTags":"buffer operational amplifier "
}
]