by Cavetroll » Mon Apr 05, 2010 5:58 am
by Cavetroll
Mon Apr 05, 2010 5:58 am
Sorry for the late response, I've been busy the past week.
The advice you gave me works great, I don't get any dependency errors anymore. Thank you.
However, I have a new problem. I am attempting rotate a servo using the rcservo library. The servo is a Futaba S3302. My servo control code is as follows
- Code: Select all
RoBoIO.rcservo_SetServo(RoBoIO.RCSERVO_USECHANNEL0, RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB);
RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL0);
RoBoIO.rcservo_EnterPWMMode();
RoBoIO.rcservo_SendPWMPulses(0,10000,1500,100);
RoBoIO.rcservo_Close();
The code compiles without error, but nothing happens. Is there some obvious step that I am missing?
Sorry for the late response, I've been busy the past week.
The advice you gave me works great, I don't get any dependency errors anymore. Thank you.
However, I have a new problem. I am attempting rotate a servo using the rcservo library. The servo is a Futaba S3302. My servo control code is as follows
- Code: Select all
RoBoIO.rcservo_SetServo(RoBoIO.RCSERVO_USECHANNEL0, RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB);
RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL0);
RoBoIO.rcservo_EnterPWMMode();
RoBoIO.rcservo_SendPWMPulses(0,10000,1500,100);
RoBoIO.rcservo_Close();
The code compiles without error, but nothing happens. Is there some obvious step that I am missing?