DFRobot Veyron Handmatig - Pagina 8
Blader online of download pdf Handmatig voor {categorie_naam} DFRobot Veyron. DFRobot Veyron 14 pagina's. Veyron servo driver 24-channel
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