bhagman / SoftPWM

A Wiring (and Arduino) Library to produce PWM signals on arbitrary pins.
MIT License
86 stars 31 forks source link

SoftPWM does not work with IRremote library? #16

Open ghost opened 2 years ago

ghost commented 2 years ago

I wanted to use the library in a sketch including the IRremote library. Both librarys dont anymore as soon as they are enabled using irrecv.enableIRIn(); respectively SoftPWMBegin();.

I can assume some reasons for that behavior, but I am devinitely not able to tear down the exact reason.