Archive for cpp
You are browsing all posts tagged: cpp.
You are browsing all posts tagged: cpp.
The next thing to do is to interrupt the stepper motor while it’s stepping. So the last library [link] had to be amended
Next up, a way of accelerating and decelerating a stepper motor. The mount can’t just whack in to top speed it needs to start off slow and speed up. So the idea is to be able to set the min speed, max speed, and the number of steps taken to accelerate. The result looks something […]