GY-63_MS5611/libraries/HX711/library.json
2024-06-17 14:18:56 +02:00

24 lines
490 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.5.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "HX711.h"
}