From 77cdc630dad1b44a337b851f27fea6ec179793ee Mon Sep 17 00:00:00 2001 From: glibg10b <56197853+glibg10b@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:36:16 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index cf945a0..14df3f9 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,12 @@ -#TimerOne Library# +# 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) +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. +[Original code](http://playground.arduino.cc/Code/Timer1) +[Open Source License](LICENSE) From 342b590334d9bf6258f49d2168c2c26ed45298b7 Mon Sep 17 00:00:00 2001 From: glibg10b <56197853+glibg10b@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:36:42 +0200 Subject: [PATCH 2/2] Create LICENSE --- LICENSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b433055 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +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.