blob: 8d1ee401a9679ffde2b1a63976b3d61ac348f030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>Arduino Uno Shield</title>
</head>
<body>
<h1>Arduino Uno Shield</h1>
<p>
This project template is the basis of an expansion board for the <a href="https://store.arduino.cc/usa/arduino-uno-rev3">Arduino Uno Rev3</a>. It includes a PCB edge matching the outline of the Arduino Uno PCB with connectors and mounting holes placed correctly to align the two boards.
</p>
<p>
Note: due to the fact that the official 3D library does not include "long" or "stacking" female headers, the default Connector_PinSocket_2.54mm models were used.
</p>
<p><img src="brd.png"></p>
<p>
(c) 2021 Caleb Reister<br>
(c) 2015 Jonathan Iapicco
</p>
</body>
</html>
|