GY-63_MS5611/libraries/HX711/library.json

24 lines
496 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "HX711",
2022-06-02 08:32:49 -04:00
"keywords": "loadcell,weight,kilo,pound,gram,price,lbs,ounce,pound",
"description": "Arduino library for HX711 load cell amplifier",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HX711"
},
2023-06-28 06:53:28 -04:00
"version": "0.3.7",
2021-05-16 13:08:20 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*",
"headers": "HX711.h"
2021-01-29 06:31:58 -05:00
}