From 0e35915e6212ed6e4fb2df2e192ee6e5b56976e5 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Tue, 22 Mar 2022 12:18:29 +0000 Subject: [PATCH] Add README.md --- 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..75d3458 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# enigma + +A test implementation of plugless enigma machine on arduino. Has 3 rotors and 26 latin letters. Outputs current rotor shifts to one lcd and encoded message to another. + +Based on [Code-Bullet/Enigma-Simulator](https://github.com/Code-Bullet/Enigma-Simulator) \ No newline at end of file