monteslu / node-red-contrib-gpio

A set of node-red nodes for connecting to johnny-five IO Plugins
MIT License
41 stars 31 forks source link

support johnny-five stepper #25

Open RonB opened 7 years ago

RonB commented 7 years ago

Hi,

I am trying to operate a bi-polar stepper motor using an adafruit motorhat Any ideas on how to support this board with a stapper motor? If I try to specify var m = five.Stepper(...) than an error that Stepper not supported is thrown.

Any ideas or pointing in the right direction would be appreciated...