From e43bdedcd9331d90adfea2add08f54eb9b07bb9f Mon Sep 17 00:00:00 2001 From: Grigorios <32260282+OGrigorios@users.noreply.github.com> Date: Sun, 23 Oct 2022 10:26:25 +0200 Subject: [PATCH] Create README.md Written initial README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbe7803 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 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](https://crates.io/crates/serialport) is needed.