stspin220 0.1.0

Driver crate for the STSPIN220 stepper motor driver
# STSPIN220 Driver ![CI Build]https://github.com/braun-embedded/stspin220/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/stspin220/blob/master/LICENSE.md