DFRobot DFR0004 Manual - Page 9

Browse online or download pdf Manual for Computer Hardware DFRobot DFR0004. DFRobot DFR0004 11 pages. Dfrduino romeo-all in one controller
Also for DFRobot DFR0004: Manual (13 pages), Manual (16 pages)

DFRobot DFR0004 Manual
      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 PLLPhase locked loop (/wiki/index.php/Phase_locked_loop) control
mode.
Sample Code:
(/wiki/index.php/File:Romeov11xxx.png)
Fig5: PLL Motor
Control Pin
Allocation
Configuration