Upload files to "libraries/HX711"

This commit is contained in:
2026-01-14 14:25:27 -05:00
parent c2a0e716d9
commit 4377d216e6
4 changed files with 613 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"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"
}