library.json 560 B

12345678910111213141516171819
  1. {
  2. "name": "ADS1118 library",
  3. "version": "1.0.3",
  4. "frameworks": "Arduino",
  5. "license": "MIT",
  6. "keywords": "ADS1118, SPI, ADC, 16-BIT",
  7. "description": "Arduino library for TI ADS1118 (16-Bit Analog-to-Digital Converter with Internal Reference and Temperature Sensor).",
  8. "downloadUrl": "https://github.com/denkitronik/ADS1118/archive/master.zip",
  9. "authors":
  10. {
  11. "name": "Alvaro Salazar <alvaro@denkitronik.com>",
  12. "maintainer": true
  13. },
  14. "repository":
  15. {
  16. "type": "git",
  17. "url": "https://github.com/denkitronik/ADS1118"
  18. }
  19. }