Release 1.0

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Release 1.0

Release 1.0

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:
  1. Install TimerOne library if not present.
  2. 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.

Top