DFRobot DFR0004 Handbuch - Seite 10
Blättern Sie online oder laden Sie pdf Handbuch für Controller DFRobot DFR0004 herunter. DFRobot DFR0004 13 Seiten. Dfrduino romeo-all in one controller
Auch für DFRobot DFR0004: Handbuch (11 seiten), Handbuch (16 seiten)
if(val != -1)
{
switch(val)
{
case 'w'://Move Forward
advance (255,255);
break;
case 's'://Move Backward
back_off (255,255);
break;
case 'a'://Turn Left
turn_L (100,100);
break;
case 'd'://Turn Right
turn_R (100,100);
break;
case 'z':
Serial.println("Hello");
break;
case 'x':
stop();
break;
}
}
else stop();
}
}
PLL Control Mode
The Romeo also supports
//move forward in max speed
//move back in max speed
PLLPhase locked loop
control mode.