diff options
author | PSR0001 | 2023-06-18 09:10:00 +0530 |
---|---|---|
committer | PSR0001 | 2023-06-18 09:10:00 +0530 |
commit | 5677d6b61acff4f2f4b3c752fe51f9b8350fb14a (patch) | |
tree | 74e2437a43bb50652f329e6c03924afbbe1d5286 /library/kicadLibrary/template/Arduino_Uno/meta/info.html | |
parent | b4466912da566a52c902e81c59d3ab0f08154814 (diff) | |
download | eSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.tar.gz eSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.tar.bz2 eSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.zip |
Update libries for KiCad V6
Diffstat (limited to 'library/kicadLibrary/template/Arduino_Uno/meta/info.html')
-rw-r--r-- | library/kicadLibrary/template/Arduino_Uno/meta/info.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/library/kicadLibrary/template/Arduino_Uno/meta/info.html b/library/kicadLibrary/template/Arduino_Uno/meta/info.html new file mode 100644 index 00000000..8d1ee401 --- /dev/null +++ b/library/kicadLibrary/template/Arduino_Uno/meta/info.html @@ -0,0 +1,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>
|