-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathannotated_schematics.html
46 lines (31 loc) · 1.3 KB
/
annotated_schematics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<title>Annotated Arduino Schematics</title>
<meta name="keywords" content="arduino, annotated schematics">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23228808-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<h1>Annotated Arduino Schematics</h1>
These are schematics of the arduino hardware that have been annotated by
users to explain what the hardware on the board is for. You can help!
<p />
<a href="http://brittonkerin.com/annotateduino/annotatable_duemilanove.html">
Annotated Duemilanove</a><br />
<a href="http://brittonkerin.com/annotateduino/annotatable_uno.html">
Annotated Uno</a><br />
<a href="http://brittonkerin.com/annotateduino/annotatable_uno_rev3.html">
Annotated Uno Rev. 3</a> (probably more readable black and white schematic
too :)<br />
</body>
</html>