-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircuit_schematic_bom.html
132 lines (129 loc) · 3.28 KB
/
circuit_schematic_bom.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Fritzing Bill of Materials</title>
<style type="text/css">
.meta {
font-size: small;
margin: 0.4em 0;
}
table {
border-collapse: collapse;
}
th {
font-weight: bold;
text-align: left;
border-bottom: 1px solid black;
padding: 0.1em 1.5em 0.2em 0.1em;
}
td {
border-bottom: 1px solid #CCC;
padding: 0.5em 1.5em 0.5em 0.1em;
}
.props {
font-size: smaller;
}
</style>
</head>
<body>
<h1>Bill of Materials: circuit_schematic.fzz</h1>
<p class="meta">/home/ibrahim/Arduino/sketch_aug16a/circuit_schematic.fzz</p>
<p class="meta">Wednesday, October 5 2022, 02:38:52</p>
<h2>Assembly List</h2>
<table>
<thead>
<tr>
<th>Label</th>
<th>Part Type</th>
<th>Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td>LCD1</td>
<td>LCD screen</td>
<td class="props">type Character; pins 16</td>
</tr><tr>
<td>Part1</td>
<td>Arduino Uno (Rev3) - ICSP</td>
<td class="props">type Arduino UNO (Rev3) - ICSP (w/o icsp2)</td>
</tr><tr>
<td>R1</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>R2</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±20%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>R3</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>R4</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>R5</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>S1</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr><tr>
<td>S2</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr><tr>
<td>S3</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr><tr>
<td>S4</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr><tr>
<td>S5</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr>
</tbody>
</table>
<h2>Shopping List</h2>
<table>
<thead>
<tr>
<th>Amount</th>
<th>Part Type</th>
<th>Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>LCD screen</td>
<td class="props">type Character; pins 16</td>
</tr><tr>
<td>1</td>
<td>Arduino Uno (Rev3) - ICSP</td>
<td class="props">type Arduino UNO (Rev3) - ICSP (w/o icsp2)</td>
</tr><tr>
<td>4</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>1</td>
<td>1kΩ Resistor</td>
<td class="props">package THT; tolerance ±20%; bands 4; pin spacing 400 mil; resistance 1kΩ</td>
</tr><tr>
<td>5</td>
<td>Pushbutton</td>
<td class="props">package [THT]</td>
</tr>
</tbody>
</table>
<p class="meta"><br/>Exported with Fritzing 0.9.3- http://fritzing.org</p>
</body>
</html>