24 lines
532 B
JSON
Raw Normal View History

2023-03-11 11:28:34 +01:00
{
"name": "HX711_MP",
"keywords": "loadcell,weight,kilo,pound,gram,price,lbs,ounce,pound",
"description": "Arduino library for HX711 load cell amplifier. Multipoint calibration version.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HX711_MP"
},
2023-11-05 10:10:09 +01:00
"version": "0.1.1",
2023-03-11 11:28:34 +01:00
"license": "MIT",
2023-11-05 10:10:09 +01:00
"frameworks": "*",
2023-03-11 11:28:34 +01:00
"platforms": "*",
"headers": "HX711_MP.h"
}