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
| /* | |
| * Testing little dashboard steppers with a TMC2208 stepper driver (all from Amazon) | |
| * Stepper: https://a.co/d/4dKBO58 | |
| * Driver: https://a.co/d/bby0QgZ | |
| * | |
| * Tested on an Arduino UNO clone. | |
| * | |
| * Code will run the stepper to the maximum clockwise, then back to the 0 stop. | |
| * It will then pick random steps to jump to (clockwise or counterclockwise) | |
| * and do that indefinitely. |
OlderNewer