GY-63_MS5611/libraries/HX711/library.json
2023-03-10 11:00:03 +01:00

24 lines
496 B
JSON

{
"name": "HX711",
"keywords": "loadcell,weight,kilo,pound,gram,price,lbs,ounce,pound",
"description": "Arduino library for HX711 load cell amplifier",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HX711"
},
"version": "0.3.5",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "HX711.h"
}