-
Notifications
You must be signed in to change notification settings - Fork 67
/
index.html
132 lines (120 loc) · 4.63 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<title>Teensy 4.x, 3.x, LC ADC library documentation by pedvide</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
href="stylesheets/normalize.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
</head>
<body>
<section class="page-header">
<h1 class="project-name">ADC</h1>
<h2 class="project-tagline">Teensy 4/3.x/LC ADC implementation</h2>
<a href="https://github.com/pedvide/ADC" class="btn">View on GitHub</a>
<a href="https://github.com/pedvide/ADC/zipball/master" class="btn"
>Download .zip</a
>
<a href="https://github.com/pedvide/ADC/tarball/master" class="btn"
>Download .tar.gz</a
>
</section>
<section class="main-content">
<h1>
<a id="adc" class="anchor" href="#adc" aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span></a
>ADC
</h1>
<p>
Teensy 3.0, 3.1, 3.2, LC, 3.5, 3.6, and 4 ADC implementation library
created by Pedro Villanueva.
</p>
<p>See examples folder and documentation.</p>
Documentation:
<ul>
<li><a href="Teensy_3_0_documentation.html">Teensy 3.0</a></li>
<li><a href="Teensy_3_2_documentation.html">Teensy 3.1/3.2</a></li>
<li><a href="Teensy_LC_documentation.html">Teensy LC</a></li>
<li><a href="Teensy_3_5_documentation.html">Teensy 3.5</a></li>
<li><a href="Teensy_3_6_documentation.html">Teensy 3.6</a></li>
<li><a href="Teensy_4_documentation.html">Teensy 4</a></li>
</ul>
<p>
If you download the library from here, also install the latest
Teensyduino version at
<a href="https://www.pjrc.com/teensy/td_download.html"
>https://www.pjrc.com/teensy/td_download.html</a
>.
</p>
<p>
This thread in the Teensy forum also has information:
<a
href="http://forum.pjrc.com/threads/25532-ADC-library-update-now-with-support-for-Teensy-3-1"
>http://forum.pjrc.com/threads/25532-ADC-library-update-now-with-support-for-Teensy-3-1</a
>
</p>
<h1>
<a id="license" class="anchor" href="#license" aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span></a
>License
</h1>
<p>Teensy 4.x, 3.x, LC ADC library</p>
<p>
<a href="https://github.com/pedvide/ADC"
>https://github.com/pedvide/ADC</a
>
</p>
<p>Copyright (c) 2020 Pedro Villanueva</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
<footer class="site-footer">
<span class="site-footer-owner"
><a href="https://github.com/pedvide/ADC">ADC</a> is maintained by
<a href="https://github.com/pedvide">pedvide</a>.</span
>
<span class="site-footer-credits"
>This page was generated by
<a href="https://pages.github.com">GitHub Pages</a> using the
<a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>
by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span
>
</footer>
</section>
</body>
</html>