Skip to content

Commit

Permalink
Merge pull request bogde#27 from SirUli/master
Browse files Browse the repository at this point in the history
Adding library.json for usage with platformio.
  • Loading branch information
bogde committed Feb 21, 2016
2 parents 9656030 + 5a741e1 commit 108bd0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "HX711",
"keywords": "hx711, scale, weight",
"description": "An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.",
"repository": {
"type": "git",
"url": "https://github.com/bogde/HX711.git"
},
"version": "0.1",
"exclude": "tests",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif"
]
}

0 comments on commit 108bd0c

Please sign in to comment.