by LK_Poland » Mon Jan 02, 2023 7:09 am
DigitalPinsPWM licensed under
GPLv3 is both free and open-source Arduino library providing unified interface for using PWM on all digital pins of Arduino UNO (pins from 0 to 13). PWM on pins not supporting it in hardware is software emulated.
Installation:
- Install TimerOne library if not present.
- Copy DigitalPinsPWM folder to Arduino\libraries directory.
Example:
From Arduino IDE open: File->Examples->DigitalPinsPWM->fade.
Download:
Project source code repository is hosted on
gitlab.
[i]DigitalPinsPWM[/i] licensed under [url=https://www.gnu.org/licenses/gpl-3.0.html]GPLv3[/url] is both free and open-source Arduino library providing unified interface for using PWM on all digital pins of Arduino UNO (pins from 0 to 13). PWM on pins not supporting it in hardware is software emulated.
[b]Installation:[/b]
[list=1]
[*]Install TimerOne library if not present.
[*]Copy DigitalPinsPWM folder to Arduino\libraries directory.
[/list]
[b]Example:[/b]
From Arduino IDE open: File->Examples->DigitalPinsPWM->fade.
[b]Download:[/b]
Project source code repository is hosted on [url=https://gitlab.com/LK_Poland/digitalpinspwm]gitlab[/url].