LightAPRS-W-1.0/libraries/LightAPRS_TimerThree
lightaprs dfb42e2c48 initial commit 2019-08-06 19:50:49 +03:00
..
config initial commit 2019-08-06 19:50:49 +03:00
docs initial commit 2019-08-06 19:50:49 +03:00
examples initial commit 2019-08-06 19:50:49 +03:00
README.md initial commit 2019-08-06 19:50:49 +03:00
TimerThree.cpp initial commit 2019-08-06 19:50:49 +03:00
TimerThree.h initial commit 2019-08-06 19:50:49 +03:00
keywords.txt initial commit 2019-08-06 19:50:49 +03:00
library.json initial commit 2019-08-06 19:50:49 +03:00
library.properties initial commit 2019-08-06 19:50:49 +03:00

README.md

TimerThree Library

Paul Stoffregen's modified TimerThree. This version provides 2 main benefits:

  1. Optimized inline functions - much faster for the most common usage
  2. Support for more boards

http://www.pjrc.com/teensy/td_libs_TimerOne.html
https://github.com/PaulStoffregen/TimerThree

Original code

http://playground.arduino.cc/Code/Timer1

Open Source License

TimerThree 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.