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_Micro/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_Micro/meta/info.html')
-rw-r--r-- | library/kicadLibrary/template/Arduino_Micro/meta/info.html | 50 |
1 files changed, 22 insertions, 28 deletions
diff --git a/library/kicadLibrary/template/Arduino_Micro/meta/info.html b/library/kicadLibrary/template/Arduino_Micro/meta/info.html index 7a8d2dc1..15d0a20d 100644 --- a/library/kicadLibrary/template/Arduino_Micro/meta/info.html +++ b/library/kicadLibrary/template/Arduino_Micro/meta/info.html @@ -1,28 +1,22 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> -<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252"> -<TITLE>Arduino Micro - Expansion Board</TITLE> -<META NAME="GENERATOR" CONTENT="LibreOffice 3.6 (Windows)"> -<META NAME="CREATED" CONTENT="0;0"> -<META NAME="CHANGED" CONTENT="20121015;19015295"> -</HEAD> -<BODY LANG="fr-FR" DIR="LTR"> -<P>This project template is the basis of an expansion board for the -<A HREF="http://arduino.cc/en/Main/ArduinoBoardMicro" TARGET="blank"> Arduino Micro</A> <BR><BR> - -This base project includes a PCB edge defined as the same <BR> -size as the Arduino Micro 2 PCB with the connectors placed <BR> -correctly to align the two boards. <BR><BR> - -Contours and holes can be easely modified, just remove line or hole<BR> -and redraw wath you want in layer "edge.cuts".<BR> -In layer "Dwgs.User" you have the position of Reset button,<BR> -USB, ISP and Power connector,<BR><BR> - -The final PCB looks like the following: -</P> -<P><IMG SRC="brd.png" NAME="brd" ALIGN=BOTTOM WIDTH=640 HEIGHT=480 -BORDER=0><BR><BR><BR><BR> -</P> -<P>(c)2015 Jonathan Iapicco.<BR></P> +<html>
+ <head>
+ <title>Arduino Micro</title>
+ </head>
+ <body>
+ <h1>Arduino Micro</h1>
+
+ <p>
+ This template forms the basis for a board with the same layout as an <a href="https://store.arduino.cc/usa/arduino-micro">Arduino Micro</a>, including the appropriate board outline, header locations, and annotations denoting the location of the USB port, reset button, and ICSP header.
+ </p>
+
+ <p>
+ Note: this template is <em>not</em> a shield. Rather, it is intended for
+ those who want to design a board that has the same footprint as an Arduino
+ Micro.
+ </p>
+
+ <p><img src="brd.png"></p>
+
+ <p>(c) 2021 Caleb Reister</p>
+ </body>
+</html>
|