Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 643 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 643 Bytes

Library for AVR PWM on arbitrary pins

arduino-library-badge

This library is designed to provide 'software' PWM output for any digital pin.

Important Notes:

  • This library uses AVR TIMER1 or TIMER2 to implement the interrupt driven clock, selectable in the library header file.
  • This library has been tested on Arduino Uno and Nano only (ie, 328P processor).

If you like and use this library please consider making a small donation using PayPal

Library Documentation