#io #usb #hardware

k8055

Rust support for the Vellemann K8055 USB IO Card

10 releases

Uses old Rust 2015

0.2.3 Oct 19, 2022
0.2.1 Jul 23, 2019
0.2.0 Jan 26, 2018
0.1.0 Dec 1, 2016
0.0.2 Nov 23, 2014

#1624 in Hardware support

GPL-2.0 license

16KB
302 lines

k8055.rs

Rust support for the Vellemann K8055 IO Card

Build Status License

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.


lib.rs:

Driver library for controlling the Vellemann K8055(N) USB digital and analog IO-cards.

See the Vellemann Homepage for the hardware specification.

Dependencies

~3–4MB
~85K SLoC