24 lines
727 B
HTML
24 lines
727 B
HTML
<html>
|
|
<head>
|
|
<title>LCSC Project</title>
|
|
</head>
|
|
<body>
|
|
<h1>LCSC Project</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>
|