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/130/PS2Keyboard
* 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 a41b8c7 commit 80c9762
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": "PS2Keyboard",
"keywords": "keyboard, emulation",
"description": "PS2Keyboard (PS/2) allows you to use a keyboard for user input",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/PS2Keyboard.git"
},
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
]
}

0 comments on commit 80c9762

Please sign in to comment.