|
Re: Camera code completely turning off all PWM's
I've scanned through the code, it's the most recent on Kevin's website, and I haven't found any large sections of code commented out. Is anyone else experiencing this? I'm pretty sure that I haven't augmented anything that would completely disable the PWM outputs.
**Edit**
Also, I did add in one line of code to power the camera. I'm pretty sure that this should be no problem. It's in the User_Initialization() under User_Routines.c, right after all of the pwm's and digital i/o's are set:
digital_io_17 = 1;
The camera is getting the green light and receiving data, but the servo's are not. Is it ok to set this variable to power the camera?
Last edited by Horohoroboarder : 02-02-2007 at 15:54.
|