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",
|
2021-12-19 10:13:13 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "HX711.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|