We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7f6cd commit 75f2b2dCopy full SHA for 75f2b2d
examples/Testing_communications/Testing_communications.ino
@@ -24,9 +24,9 @@ void loop()
24
}
25
26
if (Braccio.connected(motorID))
27
- Serial.println("Communcation with motor " + String(motorID) + " successful");
+ Serial.println("Communication with motor " + String(motorID) + " successful");
28
else
29
- Serial.println("Communcation failure - Please check the motor " + String(motorID) + " connection");
+ Serial.println("Communication failure - Please check the motor " + String(motorID) + " connection");
30
31
Serial.print(">> ");
32
0 commit comments