View Single Post
  #5   Spotlight this post!  
Unread 13-01-2009, 15:21
mahmosh's Avatar
mahmosh mahmosh is offline
Registered User
FRC #1946
 
Join Date: Jan 2008
Location: israel
Posts: 125
mahmosh is an unknown quantity at this point
Re: need help understanding c code in robotdrive

ok which code i could use to pass a pwm number ??
maybe this??
Code:
RobotDrive::RobotDrive(UINT32 frontLeftMotor, UINT32 rearLeftMotor,
		UINT32 frontRightMotor, UINT32 rearRightMotor, float sensitivity)
Reply With Quote