File: info.html

package info (click to toggle)
kicad-templates 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,760 kB
  • sloc: makefile: 14
file content (22 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>