stepper 0.6.0

Universal Stepper Motor Interface
Documentation
# { name | upper } Driver [![crates.io](https://img.shields.io/crates/v/{ name }.svg)](https://crates.io/crates/{ name }) [![Documentation](https://docs.rs/{ name }/badge.svg)](https://docs.rs/{ name }) ![CI Build](workflows/CI%20Build/badge.svg)

## About

Rust driver crate for the [{ name | upper }] stepper motor driver. Carrier boards for this chip are [available from Pololu].

This crate is a specialized facade for the [Stepper] library. Please consider using Stepper directly, as it provides drivers for more stepper motor drivers, as well as an interface to abstract over them.

See [Stepper] for more documentation and usage examples.

## 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.

[{ name }]: { product_url }
[available from pololu]: { pololu_url }
[Stepper]: https://crates.io/crates/stepper
[zero clause bsd license]: https://opensource.org/licenses/0BSD
[license.md]: LICENSE.md