|
Re: [FTC]: RobotC Servo Autonomous
Hey there! For servos in RobotC, the first step is to declare the servos.
To do that, simply adjust the "Motors and sensors setup", which is accessed by double clicking your motor initialization code. (Pramga config).
Then, simply assign a value from 0 to 251 (i think, i'm not exactly sure of the max) like so:
servo[servo1] = 125;
Hope this helps!
|