2019-04-14 23:11:37 +02:00

18 lines
486 B
JSON

{
"name": "HX711",
"keywords": "hx711, scale, weight",
"description": "An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.",
"repository": {
"type": "git",
"url": "https://github.com/bogde/HX711.git"
},
"version": "0.1",
"exclude": "tests",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif"
]
}