ADS1118  1.0.0
Arduino library for Texas Instruments ADS1118 chip
Arduino Library for Texas Instruments ADS1118 - 16-Bit Analog-to-Digital Converter with internal Reference and Temperature Sensor

This is an easy to use Arduino library for ADC Converter ADS1118

Getting Started

Learn with the examples provided: For basic use "basicExampleAds1118" and "ads1118example" for a detailed use.

Prerequisites

None

Installing

Download or clone this project in the "libraries" folder of your Arduino folder.

## Running the tests

Connect the ADS1118 in the 3.3v power supply pins of your Arduino.
Connect the ADS1118 CS pin to the pin 5 of your Arduino.
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 |
-------------------------------------------------------
Run the examples provided in your Arduino IDE.

Built With

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.

Versioning

I am using SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.