123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- This is an easy to use Arduino library for A\+DC Converter \mbox{\hyperlink{class_a_d_s1118}{A\+D\+S1118}}
- \subsection*{Getting Started}
- Learn with the examples provided\+: For basic use \char`\"{}basic\+Example\+Ads1118\char`\"{} and \char`\"{}ads1118example\char`\"{} for a detailed use.
- \subsubsection*{Prerequisites}
- None
- \subsubsection*{Installing}
- Download or clone this project in the \char`\"{}libraries\char`\"{} folder of your Arduino folder.
- \#\# Running the tests
- \begin{DoxyCode}
- Connect the ADS1118 in the 3.3v power supply pins of your Arduino.
- \end{DoxyCode}
- \begin{DoxyCode}
- Connect the ADS1118 CS pin to the pin 5 of your Arduino.
- \end{DoxyCode}
- \begin{DoxyCode}
- 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").
- -------------------------------------------------------
- |ARDUINO (ICSP PINS) |ADS1118 PINS |
- -------------------------------------------------------
- | MOSI | DIN |
- | MISO | DOUT |
- | SCLK | SCLK |
- | 5 (change this pin to fit your needs) | CS |
- -------------------------------------------------------
- \end{DoxyCode}
- \begin{DoxyCode}
- Run the examples provided in your Arduino IDE.
- \end{DoxyCode}
- \subsection*{Built With}
- \begin{DoxyItemize}
- \item \href{https://www.arduino.cc/}{\tt Arduino I\+DE}
- \end{DoxyItemize}
- \subsection*{Contributing}
- 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.
- \subsection*{Versioning}
- I am using \href{http://semver.org/}{\tt Sem\+Ver} for versioning.
- \subsection*{Authors}
- \begin{DoxyItemize}
- \item {\bfseries Alvaro Salazar} -\/ {\itshape Initial work} -\/ \href{https://github.com/alvaro-salazar}{\tt alvaro-\/salazar}
- \end{DoxyItemize}
- \subsection*{License}
- This project is licensed under the M\+IT License -\/ see the L\+I\+C\+E\+N\+SE.md file for details.
|