espp/ads1x15

0.21.0

uploaded 2 days ago
ADS1x15 I2C ADC Expander component for ESP-IDF

readme

# Ads1x15 I2C ADC Expander

The `ADS1x15` provides a class for communicating with the ADS1x15 (ADS1015 and
ADS1115) family of I2C ADC chips with configurable gain and sampling rate.

## Example

The [example](./example) shows the use of the `Ads1x15` component to communicate
with an ADS1015 I2C analog to digital converter using the I2C peripheral of the
ESP32.

It uses the `task` component to periodically read two channels of analog data
from the ADS1015 and print them in CSV format using the `format` component.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/ads1x15^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 10.38 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/ads1x15 version: 0.21.0
|