Files
handbrake_joystick/libraries/HX711/library.json

24 lines
556 B
JSON

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