Library crate that implements the communication with a k8056 relay card, written in Rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Grigorios e43bdedcd9
Create README.md
Written initial README
3 years ago
src initial commit 3 years ago
.gitignore initial commit 3 years ago
Cargo.toml initial commit 3 years ago
README.md Create README.md 3 years ago

README.md

k8056

Library crate that implements the communication with a k8056 relay card, written in Rust.

This library provides basic structs and enums that provide the specified ACSII instruction, needed to communicate with the K8056 8-CHANNEL RELAY CARD manufactured by Velleman To send the instructions to the relay card, a serial library like serialport is needed.