25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

19 satır
479B

  1. {
  2. "name": "I2Cdevlib-Core",
  3. "keywords": "i2cdevlib, i2c",
  4. "description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices.",
  5. "include": "Arduino/I2Cdev",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/jrowberg/i2cdevlib.git"
  10. },
  11. "frameworks": "arduino",
  12. "platforms": "atmelavr",
  13. "dependencies": [
  14. {
  15. "name": "Wire"
  16. }
  17. ]
  18. }