# STSPIN220 Driver [](https://crates.io/crates/stspin220) [](https://docs.rs/stspin220) 
## 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