Update README.markdown
This commit is contained in:
parent
98ad45ce25
commit
7379ce5eea
|
@ -108,7 +108,7 @@ Cylon.robot({
|
|||
my.servo1.angle(my.x);
|
||||
my.servo2.angle(my.z);
|
||||
|
||||
console.log("Current Angle: " + my.servo1.currentAngle() + ", " + my.servo2.currentAngle());
|
||||
console.log(my.servo1.currentAngle() + ", " + my.servo2.currentAngle());
|
||||
});
|
||||
}
|
||||
}).start();
|
||||
|
|
Loading…
Reference in New Issue