Skip to content

hannobraun/ramp-maker

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

RampMaker - Stepper Acceleration Ramp Generator

crates.io Documentation CI Build

Please consider supporting this project financially. More information below.

About

RampMaker provides implementations of stepper motor acceleration profiles, as well as a trait to abstract over them. Right now only a trapezoidal profile (plus a flat profile for testing) is supported.

RampMaker is part of the Flott motion control toolkit. Also check out Stepper, the universal stepper motor interface.

If you're looking for an alternative to this library, you might like stepgen.

Status

RampMaker is under active development. Its API is going to change, as more features are added and existing ones are improved.

The library is usable, but far from mature. Please open an issue on the GitHub repository, if you find any limitations.

RampMaker is maintained by @hannobraun.

Usage

RampMaker is a library written in Rust and designed for use in Rust projects. It will run on any platform supported by Rust, including microcontrollers.

Add RampMaker to your Cargo.toml like this:

[dependencies.ramp-maker]
version = "0.2" # always use the latest version here

Funding

If you're getting value out of RampMaker or other libraries from the Flott toolkit, please consider supporting us financially. Your sponsorship helps to keep the project healthy and moving forward.

Hanno Braun, maintainer and original creator of this library, is accepting sponsorship.

License

This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.

See LICENSE.md for full details.

About

Stepper Acceleration Ramp Generator

Resources

Stars

Watchers

Forks

Packages

No packages published