This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-----------------------------------------------------------------// | |
// CD-Stepper-Serial-Drive // | |
// // | |
// This is a modified version of the example from the Arduino // | |
// Stepper library. A CD stepper motor can be controlled via // | |
// serial commands. You can use either L293D or L298 motor // | |
// drivers. The schematic an be foound in the Stepper library // | |
// documentation. This code is compatible with 4-pin and // | |
// 2-pin configuration. Both works the same way, but you can // |
NewerOlder