hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.19k stars 361 forks source link

Motor code example is wrong #346

Open Ankit050 opened 8 years ago

Ankit050 commented 8 years ago

The following line in the code : my.motor.stop();

NodeJS throws an error due to an undefined function. Should be : my.motor.turnOff();