mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
18 lines
486 B
JSON
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"
|
|
]
|
|
}
|