diff --git a/README.md b/README.md index 050d454..89ad2df 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..309c5c7 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=DueTimer +version=1.4.5 +author=Ivan Seidel +maintainer=Ivan Seidel +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 \ No newline at end of file