Konstanten für statusbytes eingefügt

This commit is contained in:
Daniel Laptop 2022-12-01 12:38:53 +01:00
parent b1a40554f9
commit 221a67c536

2
src/bin/constants.rs Normal file
View File

@ -0,0 +1,2 @@
pub const KEYBYTE: u8 = 0b1;
pub const MSGBYTE: u8 = 0b01;