library.json 554 B

1234567891011121314151617181920
  1. {
  2. "name": "HX711",
  3. "keywords": "hx711, scale, weight",
  4. "description": "An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/bogde/HX711.git"
  8. },
  9. "version": "0.7.1",
  10. "exclude": "tests",
  11. "examples": "examples/*/*.ino",
  12. "frameworks": "arduino",
  13. "platforms": [
  14. "atmelavr",
  15. "espressif8266",
  16. "espressif32",
  17. "atmelsam",
  18. "ststm32"
  19. ]
  20. }