Ejemplo n.º 1
0
void rightMotorUpdate()
{
	rmotor.step();	
}
Ejemplo n.º 2
0
void leftMotorUpdate()
{
	lmotor.step();	
}