Skip to content

Commit 75f2b2d

Browse files
committed
Fixing type in 'communication'.
1 parent 4e7f6cd commit 75f2b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Testing_communications/Testing_communications.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ void loop()
2424
}
2525

2626
if (Braccio.connected(motorID))
27-
Serial.println("Communcation with motor " + String(motorID) + " successful");
27+
Serial.println("Communication with motor " + String(motorID) + " successful");
2828
else
29-
Serial.println("Communcation failure - Please check the motor " + String(motorID) + " connection");
29+
Serial.println("Communication failure - Please check the motor " + String(motorID) + " connection");
3030

3131
Serial.print(">> ");
3232
}

0 commit comments

Comments
 (0)