Anyone help with this NODELUA module and motor drive combo?

Anyone help with this NODELUA module and motor drive combo? http://www.esp8266.com/u/espmotor I think it uses a ST L293 driver?? What code can driver steppers? Arduino help? Schematics?

6bdf7a250bbd2206884c90f652bc592b.jpeg

https://learn.adafruit.com/adafruit-arduino-lesson-15-dc-motor-reversing/overview might be of use to you. I do not have anything with L293D, but it seems really simple to use. Check https://www.arduino.cc/documents/datasheets/H-bridge_motor_driver.PDF also for the specsheet.

Try this: https://blog.the-jedi.co.uk/2015/11/26/nodemcu-motor-shield-review/

https://smartarduino.gitbooks.io/user-mannual-for-esp-12e-motor-shield/content/interface.html

If this is the one I have it might be no good for steppers. The four pins to control the outputs are enablea, enableb, directiona and directionb.