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 |
#1698 in Hardware support
40 downloads per month
16KB
302 lines
k8055.rs
Rust support for the Vellemann K8055 IO Card
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–4.5MB
~87K SLoC