Skip to content

Commit

Permalink
Merge pull request #1 from ivankravets/patch-1
Browse files Browse the repository at this point in the history
PlatformIO Library Registry manifest file
  • Loading branch information
PaulStoffregen committed Feb 17, 2015
2 parents 9985bad + 166d873 commit db9699f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Encoder",
"keywords": "encoder, signal, pulse",
"description": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Encoder.git"
},
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
]
}

0 comments on commit db9699f

Please sign in to comment.