library.json 829 B

123456789101112131415161718192021222324
  1. {
  2. "name": "PCF8574 library",
  3. "version": "2.3.4",
  4. "keywords": "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire",
  5. "description": "Most starred PCF8574 library. i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.",
  6. "homepage": "https://www.mischianti.org/category/my-libraries/pcf8574/",
  7. "authors":
  8. [
  9. {
  10. "name": "Renzo Mischianti",
  11. "email": "renzo.mischianti@gmail.com",
  12. "maintainer": true,
  13. "url": "https://www.mischianti.org"
  14. }
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/xreef/PCF8574_library"
  19. },
  20. "license": "MIT",
  21. "frameworks": "arduino",
  22. "platforms": "*",
  23. "headers": ["PCF8574.h, PCF8574_library.h"]
  24. }