stspin220 0.2.1

Driver crate for the STSPIN220 stepper motor driver
# STSPIN220 Driver [![crates.io]https://img.shields.io/crates/v/stspin220.svg]https://crates.io/crates/stspin220 [![Documentation]https://docs.rs/stspin220/badge.svg]https://docs.rs/stspin220 ![CI Build]https://github.com/braun-embedded/step-dir/workflows/CI%20Build/badge.svg

## About

Rust driver crate for the [STSPIN220] stepper motor driver. Carrier boards for this chip are [available from Pololu](https://www.pololu.com/category/260/stspin220-low-voltage-stepper-motor-driver-carriers).

## Status

This driver is currently very basic in its capabilities. Its design is experimental, and more revisions to the API are expected.

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


[STSPIN220]: https://www.st.com/en/motor-drivers/stspin220.html
[Zero Clause BSD License]: https://opensource.org/licenses/0BSD
[LICENSE.md]: https://github.com/braun-embedded/step-dir/blob/master/LICENSE.md