# k8055.rs
Rust support for the Vellemann K8055 IO Card
[](https://travis-ci.org/hirschenberger/k8055.rs)
[](https://crates.io/crates/k8055)
[](http://doge.mit-license.org)
## Testing
To run the tests, attach your Vellemann k8055 card, jumpered as `CARD1`. You must run the tests sequentially to avoid
interrupting each other and return unexpected values:
```
RUST_TEST_THREADS=1 cargo test
```
## License
Copyright © 2015-2019 Falco Hirschenberger
Distributed under the [MIT License](LICENSE).