library.json 311 B

123456789101112131415
  1. {
  2. "name": "LiquidCrystal_I2C",
  3. "keywords": "LCD, liquidcrystal, I2C",
  4. "description": "A library for DFRobot I2C LCD displays",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git"
  9. },
  10. "frameworks": "arduino",
  11. "platforms":
  12. [
  13. "atmelavr"
  14. ]
  15. }