Terryjmyers/PWM: Arduino Library - GitHub
Maybe your like
- Notifications You must be signed in to change notification settings
- Fork 24
- Star 46
Arduino Library: Modify PWM on AVR (arduino) platform
46 stars 24 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings- Code
- Issues 4
- Pull requests 2
- Actions
- Projects 0
- Security
Uh oh!
There was an error while loading. Please reload this page.
- Insights
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory7 Commits | ||||
| examples | examples | |||
| utility | utility | |||
| PWM.h | PWM.h | |||
| README.md | README.md | |||
| keywords.txt | keywords.txt | |||
| library.json | library.json | |||
| library.properties | library.properties | |||
| View all files | ||||
Repository files navigation
- README
v 5.0
Created by Sam Knight
Modify PWM frequency on AVR (arduino) platform
Modified by Terry Myers:
- Modified examples to be in their own folders
- Corrected a line feed character in two of the libraries so that visual studio would not error when opening them
- Added README.MD, library.properties, and library.json files to better "integrate" to IDEs espencially Arduino IDE for begginers
- Added new example for high resolution control of an LED
- Added "{ 0, 0, 0, 0, 0 }, //TIMER1C" to line 107 in ATimerDefs.cpp as suggested by texmit from arduino forms
Original repository https://code.google.com/archive/p/arduino-pwm-frequency-library/downloads
Original Arduino Forum library post by Runnerup (Sam Knight): https://forum.arduino.cc/index.php?topic=117425.0
About
Arduino Library: Modify PWM on AVR (arduino) platform
Resources
ReadmeUh oh!
There was an error while loading. Please reload this page.
ActivityStars
46 starsWatchers
5 watchingForks
24 forks Report repositoryReleases
No releases publishedPackages 0
No packages publishedLanguages
- C++ 53.7%
- C 46.3%
Tag » Arduino Pwm Library
-
PWM.h - Libraries - Arduino Forum
-
SoftPWM - Arduino Reference
-
PWMFreak - Arduino Reference
-
PWM Frequency Library - Arduino Forum
-
Maxint-rd/FastPwmPin: Arduino Library To Generate A Fast PWM ...
-
Timer1 Based PWM In Arduino Uno - Tutorialspoint
-
PWM Frequency Library Example By Riham - Codebender
-
Arduino PWM Tutorial #2 - How To Set PWM Frequency Accurately
-
Error With Loading Arduino PWM Library Through Simulink. How Can I ...
-
How To Change The PWM Frequency Of Arduino - NerdyTechy
-
TimerOne & TimerThree Arduino Libraries - PJRC
-
ESP32 PWM With Arduino IDE (Analog Output)