blob: 346788f0b3d28813c225f77b72198a58c120b66e (
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 Mega Shield</title>
</head>
<body>
<h1>Arduino Mega Shield</h1>
<p>
This project template is the basis of an expansion board for the <a href="https://store.arduino.cc/usa/mega-2560-r3">Arduino Mega 2560</a>. It includes a PCB edge matching the outline of the Arduino Mega 2560 Rev3 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>
|