A test implementation of plugless enigma machine on arduino.
Go to file
NaiJi ✨ 0e35915e62 Add README.md 2022-03-22 12:18:29 +00:00
README.md Add README.md 2022-03-22 12:18:29 +00:00
code.c.ino Fix encoding 2022-03-22 14:58:12 +03:00
enigma_types.h Fix encoding 2022-03-22 14:58:12 +03:00

README.md

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