.library.json 781 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "I2Cdevlib-Core",
  3. "repository": {
  4. "url": "https://github.com/jrowberg/i2cdevlib.git",
  5. "type": "git"
  6. },
  7. "platforms": [
  8. "atmelavr"
  9. ],
  10. "frameworks": [
  11. "arduino"
  12. ],
  13. "version": "6744ce0ac4",
  14. "export": {
  15. "include": "Arduino/I2Cdev"
  16. },
  17. "authors": [
  18. {
  19. "maintainer": false,
  20. "name": "Jeff Rowberg",
  21. "url": "https://github.com/jrowberg",
  22. "email": "jeff@rowberg.net"
  23. }
  24. ],
  25. "keywords": [
  26. "i2cdevlib",
  27. "i2c"
  28. ],
  29. "id": 11,
  30. "description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices."
  31. }