A driver and user land utility for the Sparkfun Serial Controlled MotorDriver module as illustrated here:https://www.sparkfun.com/products/13911A SCMD module is a ARM SOC simular to a Arduino in
A driver and user land utility for the Sparkfun Serial Controlled MotorDriver module as illustrated here:https://www.sparkfun.com/products/13911A SCMD module is a ARM SOC simular to a Arduino in front of a motordriver chip. The single SCMD module can control two motors and up to16 additional modules can be chained together using an internal I2Cbus. One can interface with the SCMD using tty uart commands, SPI orI2C. The driver in this commit adds a kernel driver for the I2C andSPI interfaces. The command line utility provides a set ofconvenience commands that support most of the functions of the SCMDand is able to use the tty uart mode, SPI user land or the includedkernel driver in a uniform manor.The use of the SCMD module is mostly for small robots and the like,but it can control anything that is controllable by voltage.
show more ...