nodebotsau / simplebot

SimpleBot is a very basic robot designed for learning about NodeBots.
MIT License
66 stars 20 forks source link

`motors.js` warmup error fix #23

Closed sdesalas closed 7 years ago

sdesalas commented 7 years ago

Firmata takes a few seconds to connect and be ready to accept REPL commands.

Make sure the board is ready before processing instructions (to avoid the error below).

image