|
Re: How to get camera to move?
You speak of "methods" and "arguments", so I will assume you're using C++. The way to control a Servo is with the Servo class.
Look at page 64 of the C Programming Guide for FRC.pdf file. It is installed by default in the C:\windriver\docs\extensions\FRC directory.
|