Skip to content

Commit

Permalink
Merge pull request #2 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 6ae5615 + 35f9d71 commit abef3b2
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": "TimerOne",
"keywords": "timer",
"description": "Allow to use the built-in 16 bit Timer1",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/TimerOne.git"
},
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
]
}

0 comments on commit abef3b2

Please sign in to comment.