/ADS1115

C++ I2C driver for the Texas Instruments ADS1115. Currently only supports Linux.

Primary LanguageC++

ADS1115

C++ I2C driver for the Texas Instruments ADS1115.

Prerequisites

Build

mkdir build
cd build
cmake ..
make

Example

The repository comes with an example application bin/ADS1115_example to run on a Raspberry Pi with the address configured to 0x48 simply do:

./build/bin/ADS1115_example "/dev/i2c-1" 0x48

Currently Supported

  • Linux
  • STM HAL (blocking mode)

TODOs

  • Add support for continous read mode.

Acknowledgments

See the list of contributors who participated in this project.