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 Nano</title>
</head>
<body>
<h1>Arduino Nano</h1>
<p>
This template forms the basis for a board with the same layout as the <a href="https://store.arduino.cc/usa/arduino-nano">Arduino Nano</a>, including the appropriate board outline, header locations, and annotations denoting the location of the USB 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
Nano.
</p>
<p><img src="brd.png"></p>
<p>(c) 2021 Caleb Reister</p>
</body>
</html>
|