Skip to content

Commit

Permalink
PlatformIO Library Registry manifest file
Browse files Browse the repository at this point in the history
* This library in Web Registry: http://platformio.org/#!/lib/show/132/Encoder
* Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html)
* Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
  • Loading branch information
ivankravets committed Feb 16, 2015
1 parent 9985bad commit 166d873
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 166d873

Please sign in to comment.