library.json 487 B

123456789101112131415161718
  1. {
  2. "name": "I2Cdevlib-ADS1115",
  3. "keywords": "MUX, PGA, comparator, oscillator, reference, i2cdevlib, i2c",
  4. "description": "ADS1115 is 16-Bit ADC with Integrated MUX, PGA, Comparator, Oscillator, and Reference",
  5. "include": "Arduino/ADS1115",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/jrowberg/i2cdevlib.git"
  10. },
  11. "dependencies":
  12. {
  13. "name": "I2Cdevlib-Core",
  14. "frameworks": "arduino"
  15. },
  16. "frameworks": "arduino",
  17. "platforms": "atmelavr"
  18. }