- Code: Select all
/**
* Motor class. Contains three instances of Motor.
* Usage: Motor.A.forward(500);
*
* @author <a href="mailto:bbagnall@mts.net">Brian Bagnall</a>
*
*/
public class RemoteMotor implements RegulatedMotor, DCMotor, NXTProtocol {
This should probably be fixed, and won't be too hard to fix.
By the way, how can one contribute to, say, fixing and improving javadocs for lejos?
