项目作者: MajicDesigns

项目描述 :
Implement PWM for any arbitrary pins (AVR only)
高级语言: C++
项目地址: git://github.com/MajicDesigns/MD_PWM.git
创建时间: 2021-03-17T00:25:18Z
项目社区:https://github.com/MajicDesigns/MD_PWM

开源协议:GNU Lesser General Public License v2.1

下载


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