-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from nathancheek/main
ATmega128 support
- Loading branch information
Showing
12 changed files
with
88 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#TimerOne Library | ||
|
||
Paul Stoffregen's modified TimerOne. This version provides 2 main benefits: | ||
|
||
1: Optimized inline functions - much faster for the most common usage | ||
2: Support for more boards (including ATTiny85 except for the PWM functionality) | ||
|
||
http://www.pjrc.com/teensy/td_libs_TimerOne.html | ||
|
||
https://github.com/PaulStoffregen/TimerOne | ||
|
||
Original code | ||
|
||
http://playground.arduino.cc/Code/Timer1 | ||
|
||
Open Source License | ||
|
||
TimerOne is free software. You can redistribute it and/or modify it under | ||
the terms of Creative Commons Attribution 3.0 United States License. | ||
To view a copy of this license, visit | ||
|
||
http://creativecommons.org/licenses/by/3.0/us/ | ||
|
||
Paul Stoffregen forked this version from an early copy of TimerOne/TimerThree | ||
which was licensed "Creative Commons Attribution 3.0" and has maintained | ||
the original "CC BY 3.0 US" license terms. | ||
|
||
Other, separately developed updates to TimerOne have been released by other | ||
authors under the GNU GPLv2 license. Multiple copies of this library, bearing | ||
the same name but distributed under different license terms, is unfortunately | ||
confusing. This copy, with nearly all the code redesigned as inline functions, | ||
is provided under the "CC BY 3.0 US" license terms. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters