Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino:arduino_timer [2020/12/02 23:31]
admin
arduino:arduino_timer [2020/12/14 14:33] (current)
admin
Line 36: Line 36:
 One can find a detailed explanation here:\\ One can find a detailed explanation here:\\
 [[http://r6500.blogspot.com/2014/12/fast-pwm-on-arduino-leonardo.html|Fast PWM on Arduino Leonardo ]]\\ [[http://r6500.blogspot.com/2014/12/fast-pwm-on-arduino-leonardo.html|Fast PWM on Arduino Leonardo ]]\\
 +and the code here:\\
 [[https://github.com/R6500/Leonardo/blob/master/FastPWM.ino]]\\ [[https://github.com/R6500/Leonardo/blob/master/FastPWM.ino]]\\
 +and a library is here:\\
 +[[https://code.google.com/archive/p/arduino-pwm-frequency-library/downloads]]\\
  
 ---- ----
 +==== License ====
 +
 +This manuals is made by **Wolfgang Spahn** 2020.\\
 +Except where otherwise noted, content on this wiki is licensed under the following license: [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].\\
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
 +
 +----
 +