update LCSC project template

This commit is contained in:
2023-02-28 14:35:55 -06:00
parent 774121bcdf
commit afd17f66ea
13 changed files with 57 additions and 1588 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,23 @@
<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>