md__r_e_a_d_m_e.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.14"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>ADS1118: Arduino Library for Texas Instruments ADS1118 - 16-Bit Analog-to-Digital Converter with internal Reference and Temperature Sensor</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  19. <div id="titlearea">
  20. <table cellspacing="0" cellpadding="0">
  21. <tbody>
  22. <tr style="height: 56px;">
  23. <td id="projectalign" style="padding-left: 0.5em;">
  24. <div id="projectname">ADS1118
  25. &#160;<span id="projectnumber">1.0.0</span>
  26. </div>
  27. <div id="projectbrief">Arduino library for Texas Instruments ADS1118 chip</div>
  28. </td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. </div>
  33. <!-- end header part -->
  34. <!-- Generated by Doxygen 1.8.14 -->
  35. <script type="text/javascript">
  36. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  37. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  38. /* @license-end */
  39. </script>
  40. <script type="text/javascript" src="menudata.js"></script>
  41. <script type="text/javascript" src="menu.js"></script>
  42. <script type="text/javascript">
  43. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  44. $(function() {
  45. initMenu('',true,false,'search.php','Search');
  46. $(document).ready(function() { init_search(); });
  47. });
  48. /* @license-end */</script>
  49. <div id="main-nav"></div>
  50. <!-- window showing the filter options -->
  51. <div id="MSearchSelectWindow"
  52. onmouseover="return searchBox.OnSearchSelectShow()"
  53. onmouseout="return searchBox.OnSearchSelectHide()"
  54. onkeydown="return searchBox.OnSearchSelectKey(event)">
  55. </div>
  56. <!-- iframe showing the search results (closed by default) -->
  57. <div id="MSearchResultsWindow">
  58. <iframe src="javascript:void(0)" frameborder="0"
  59. name="MSearchResults" id="MSearchResults">
  60. </iframe>
  61. </div>
  62. </div><!-- top -->
  63. <div class="header">
  64. <div class="headertitle">
  65. <div class="title">Arduino Library for Texas Instruments <a class="el" href="class_a_d_s1118.html">ADS1118</a> - 16-Bit Analog-to-Digital Converter with internal Reference and Temperature Sensor </div> </div>
  66. </div><!--header-->
  67. <div class="contents">
  68. <div class="textblock"><p>This is an easy to use Arduino library for ADC Converter <a class="el" href="class_a_d_s1118.html">ADS1118</a></p>
  69. <h2>Getting Started</h2>
  70. <p>Learn with the examples provided: For basic use "basicExampleAds1118" and "ads1118example" for a detailed use.</p>
  71. <h3>Prerequisites</h3>
  72. <p>None</p>
  73. <h3>Installing</h3>
  74. <p>Download or clone this project in the "libraries" folder of your Arduino folder.</p>
  75. <p>## Running the tests </p><div class="fragment"><div class="line">Connect the ADS1118 in the 3.3v power supply pins of your Arduino.</div></div><!-- fragment --><div class="fragment"><div class="line">Connect the ADS1118 CS pin to the pin 5 of your Arduino.</div></div><!-- fragment --><div class="fragment"><div class="line">Connect the ADS1118 MISO (DOUT), MOSI(DIN) and SCLK pins to the MISO, MOSI and SCLK of your Arduino (search on internet &quot;Arduino ICSP pinout&quot;).</div><div class="line">-------------------------------------------------------</div><div class="line">|ARDUINO (ICSP PINS) |ADS1118 PINS |</div><div class="line">-------------------------------------------------------</div><div class="line">| MOSI | DIN |</div><div class="line">| MISO | DOUT | </div><div class="line">| SCLK | SCLK |</div><div class="line">| 5 (change this pin to fit your needs) | CS |</div><div class="line">-------------------------------------------------------</div></div><!-- fragment --><div class="fragment"><div class="line">Run the examples provided in your Arduino IDE.</div></div><!-- fragment --><h2>Built With</h2>
  76. <ul>
  77. <li><a href="https://www.arduino.cc/">Arduino IDE</a></li>
  78. </ul>
  79. <h2>Contributing</h2>
  80. <p>Everyone is invited to contribute When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with me before making a change.</p>
  81. <h2>Versioning</h2>
  82. <p>I am using <a href="http://semver.org/">SemVer</a> for versioning.</p>
  83. <h2>Authors</h2>
  84. <ul>
  85. <li><b>Alvaro Salazar</b> - <em>Initial work</em> - <a href="https://github.com/alvaro-salazar">alvaro-salazar</a></li>
  86. </ul>
  87. <h2>License</h2>
  88. <p>This project is licensed under the MIT License - see the LICENSE.md file for details. </p>
  89. </div></div><!-- contents -->
  90. <!-- start footer part -->
  91. <hr class="footer"/><address class="footer"><small>
  92. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  93. <img class="footer" src="doxygen.png" alt="doxygen"/>
  94. </a> 1.8.14
  95. </small></address>
  96. </body>
  97. </html>