Quote:
Originally Posted by Demothesis
yeah, i heard about uncommenting some functin like "default_routine()" or something like that and change something with PWM01 and PWM02. What exactly is that that because it confused me, and it didn't work. 
|
If you have two different sets of code trying to control one pwm output, the processor is well going to be confused just like you. When you write your code, you need to make sure only one set of values is output to a pwm at any given time. Therefore, when using Kevin Watson's code, you need to comment out pwm01 and pwm02(or whichever you choose to use really). Look at the above post also.