Pll Control Mode - DFRobot DFRduino DFR0004 Manual

Romeo­all in one controller
Hide thumbs Also See for DFRduino DFR0004:
Table of Contents

Advertisement

      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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DFRduino DFR0004 and is the answer not in the manual?

Questions and answers

Table of Contents