
Can't set motor encoder value
The docs seem to indicate that you can read and write to the motor encoder array.. but I have not found this to be true;
nMotorEncoder[motorA] = 300;
this statement does not set the encoder value to 300 as I expected..
is this not permitted? is the only write allowed, used only to reset the value to zero?
dave