-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.dig
More file actions
70 lines (70 loc) · 1.65 KB
/
example.dig
File metadata and controls
70 lines (70 loc) · 1.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<circuit>
<version>2</version>
<attributes/>
<visualElements>
<visualElement>
<elementName>Ground</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>Ground</string>
</entry>
</elementAttributes>
<pos x="540" y="420"/>
</visualElement>
<visualElement>
<elementName>VDD</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>Power</string>
</entry>
</elementAttributes>
<pos x="540" y="120"/>
</visualElement>
<visualElement>
<elementName>PolarityAwareLED</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>LED</string>
</entry>
</elementAttributes>
<pos x="540" y="280"/>
</visualElement>
<visualElement>
<elementName>Switch</elementName>
<elementAttributes>
<entry>
<string>rotation</string>
<rotation rotation="3"/>
</entry>
<entry>
<string>Label</string>
<string>switch</string>
</entry>
<entry>
<string>switchActsAsInput</string>
<boolean>true</boolean>
</entry>
</elementAttributes>
<pos x="540" y="180"/>
</visualElement>
</visualElements>
<wires>
<wire>
<p1 x="540" y="360"/>
<p2 x="540" y="420"/>
</wire>
<wire>
<p1 x="540" y="220"/>
<p2 x="540" y="280"/>
</wire>
<wire>
<p1 x="540" y="120"/>
<p2 x="540" y="180"/>
</wire>
</wires>
<measurementOrdering/>
</circuit>