blob: bd4481df973e5ddef322d7396fd3af317e01b73f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<html>
<head>
<title>Arduino Pro Mini</title>
</head>
<body>
<h1>Arduino Pro Mini</h1>
<p>
This template forms the basis for a board with the same layout as the <a href="https://store.arduino.cc/usa/arduino-pro-mini">Arduino Pro Mini</a>, including the appropriate board outline and header locations.
</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
Pro Mini.
</p>
<p><img src="brd.png"></p>
<p>(c) 2021 Caleb Reister</p>
</body>
</html>
|