PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

133 lines
4.6KB

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