From 221a67c536143b09be3eab068b6d119d539bbbd8 Mon Sep 17 00:00:00 2001 From: Daniel Laptop Date: Thu, 1 Dec 2022 12:38:53 +0100 Subject: [PATCH] =?UTF-8?q?Konstanten=20f=C3=BCr=20statusbytes=20eingef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/constants.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/bin/constants.rs diff --git a/src/bin/constants.rs b/src/bin/constants.rs new file mode 100644 index 0000000..d4b20e8 --- /dev/null +++ b/src/bin/constants.rs @@ -0,0 +1,2 @@ +pub const KEYBYTE: u8 = 0b1; +pub const MSGBYTE: u8 = 0b01;