You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
554 B

9 months ago
  1. {
  2. "name": "ADS1X15",
  3. "keywords": "ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115, I2C, ADC",
  4. "description": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC",
  5. "authors":
  6. [
  7. {
  8. "name": "Rob Tillaart",
  9. "email": "Rob.Tillaart@gmail.com",
  10. "maintainer": true
  11. }
  12. ],
  13. "repository":
  14. {
  15. "type": "git",
  16. "url": "https://github.com/RobTillaart/ADS1X15"
  17. },
  18. "version": "0.4.2",
  19. "license": "MIT",
  20. "frameworks": "*",
  21. "platforms": "*",
  22. "headers": "ADS1X15.h"
  23. }