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

24 lines
490 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-11-05 04:05:10 -05:00
"version": "0.3.9",
2021-05-16 13:08:20 -04:00
"license": "MIT",
2023-08-26 06:00:53 -04:00
"frameworks": "*",
"platforms": "*",
"headers": "HX711.h"
2021-01-29 06:31:58 -05:00
}