Upload files to "libraries/HX711"
This commit is contained in:
23
libraries/HX711/library.json
Normal file
23
libraries/HX711/library.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user