|
Re: camera auto mode pwm contention?
It sounds very much like something else is setting that pwm output. I'd look closely at the code to make sure that's not happening. And if you're trying to print the pwm value on the terminal, remember to cast it as an (int) when you pass it to printf().
|