123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.14"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>ADS1118: Arduino Library for Texas Instruments ADS1118 - 16-Bit Analog-to-Digital Converter with internal Reference and Temperature Sensor</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">ADS1118
-  <span id="projectnumber">1.0.0</span>
- </div>
- <div id="projectbrief">Arduino library for Texas Instruments ADS1118 chip</div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.14 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- /* @license-end */</script>
- <div id="main-nav"></div>
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="headertitle">
- <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>
- </div><!--header-->
- <div class="contents">
- <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>
- <h2>Getting Started</h2>
- <p>Learn with the examples provided: For basic use "basicExampleAds1118" and "ads1118example" for a detailed use.</p>
- <h3>Prerequisites</h3>
- <p>None</p>
- <h3>Installing</h3>
- <p>Download or clone this project in the "libraries" folder of your Arduino folder.</p>
- <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 "Arduino ICSP pinout").</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>
- <ul>
- <li><a href="https://www.arduino.cc/">Arduino IDE</a></li>
- </ul>
- <h2>Contributing</h2>
- <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>
- <h2>Versioning</h2>
- <p>I am using <a href="http://semver.org/">SemVer</a> for versioning.</p>
- <h2>Authors</h2>
- <ul>
- <li><b>Alvaro Salazar</b> - <em>Initial work</em> - <a href="https://github.com/alvaro-salazar">alvaro-salazar</a></li>
- </ul>
- <h2>License</h2>
- <p>This project is licensed under the MIT License - see the LICENSE.md file for details. </p>
- </div></div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.14
- </small></address>
- </body>
- </html>
|