library.json 384 B

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