PWM icon indicating copy to clipboard operation
PWM copied to clipboard

Arduino Library: Modify PWM on AVR (arduino) platform

Results 6 PWM issues
Sort by recently updated
recently updated
newest added

Thanks for copying this older library and tidying it up. Minor issue, but I think that the library.properties file should be `architectures=AVR` instead of `architectures=*`

Hi, great library! Would it be possible to include the ATmega128 in the list of supported Megas ? Would be phantastic !

- Fix potential issue due to implicit fallthrough and thus returning 0 - Fix potential issue due to redefinition of MAX Values that are already defined in stdint.h

``` *: undefined reference to `InitTimersSafe()' *: undefined reference to `SetPinFrequencySafe(signed char, unsigned long)' collect2.exe: error: ld returned 1 exit status Using library pwm at version 5.0 in folder: *\Documents\Arduino\libraries\pwm...

mage2560 Not surport PWM.

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...