DFRobot Veyron 매뉴얼 - 페이지 8

{카테고리_이름} DFRobot Veyron에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. DFRobot Veyron 14 페이지. Veyron servo driver 24-channel

DFRobot Veyron 매뉴얼
How to drive the board from Arduino
 
 
 
 

Sample Code

void setup() {
Serial.begin(115200);//Set the baudrate to 115200 A:1
delay(100);//wait for baudrate setting finished
}
void loop() {
Serial.print("#5 P750");// Channel 5 will move to 750us within 500ms
B:1