library.properties 549 B

123456789
  1. name=ADS1118 library
  2. version=1.0.3
  3. author=Alvaro Salazar <alvaro@denkitronik.com>
  4. maintainer=Alvaro Salazar <alvaro@denkitronik.com>
  5. sentence=Arduino library for TI ADS1118 (16-Bit Analog-to-Digital Converter with Internal Reference and Temperature Sensor).
  6. paragraph=This library drives the ADS1118 chip easily. Just configure the ADS1118 as shown in the example code and read temperature and voltage with getTemperature() and getMilliVolts() methods.
  7. url=https://github.com/denkitronik/ADS1118
  8. category=Signal Input/Output
  9. architectures=avr,esp32