Skip to content

ESP32 driver for the ADS1119 analog-to-digital converter with I2C communication handled by i2c_manager

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jprikner/ESP32-ADS1119

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS1119

This is a slightly modified version of ADS1119 Arduino library from ELOWRO. Rewritten in a way that now it is not using the Arduino-related libraries and targetting to be compatible with the ESP32 platform, it also utilizes a thread-safe I2C Manager by ropg (https://github.com/ropg/i2c_manager).

To be able to use it, you first need to have the i2c_manager repository in the components directory. I2C ports then have to be enabled and setup individually via menuconfig. You can find more information here: https://github.com/ropg/i2c_manager#simplest-usage

About

ESP32 driver for the ADS1119 analog-to-digital converter with I2C communication handled by i2c_manager

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%