Skip to content

Commit

Permalink
Adapt to 1.5.x specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Apr 8, 2015
1 parent bcdc4a4 commit b6769cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,4 @@ You will need uncommend the line in `DueTimer.h` in `DueTimer` folder inside the
### Hardware Information
More information on the Timer Counter module of the µC on the Arduino Due
can be found in the documentation file [TimerCounter](TimerCounter.md).
### Version History
* `1.2 (2013-30-03)`: Clock selection. Getters. `getAvailable()`. "AvailableTimer" Example.
* `1.1 (2013-30-03)`: Added Timer6, Timer7, Timer8 (TC2).
* `1.0 (2013-30-03)`: Original release.
![DueTimer](https://d2weczhvl823v0.cloudfront.net/ivanseidel/DueTimer/trend.png)
can be found in the documentation file [TimerCounter](TimerCounter.md).
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=DueTimer
version=1.4.5
author=Ivan Seidel <[email protected]>
maintainer=Ivan Seidel <[email protected]>
sentence=Timer Library fully implemented for Arduino DUE
paragraph=There are 9 Timer objects already instantiated for you: Timer0, Timer1, Timer2, Timer3, Timer4, Timer5, Timer6, Timer7 and Timer8.
category=Timing
url=https://github.com/ivanseidel/DueTimer
architectures=sam

0 comments on commit b6769cb

Please sign in to comment.