Btw
i have a problem.
void MonoBrick.EV3.Motor.MoveTo ( byte speed,
Int32 position,
bool brake,
bool reply
)
inline
Moves the motor to an absolute position
Parameters
speed Speed of the motor 0 to 100
position Absolute position
brake Set to true if the motor should brake when done
reply If set to true the brick will send a reply
what is Absolute position??
Follow