A test implementation of plugless enigma machine on arduino.
Go to file
NaiJi ✨ 9baf689f84 Add 'LICENSE' 2022-03-30 14:38:42 +00:00
LICENSE Add 'LICENSE' 2022-03-30 14:38:42 +00:00
README.md Add README.md 2022-03-22 12:18:29 +00:00
code.c.ino Update 'code.c.ino' 2022-03-23 21:16:29 +00:00
enigma_types.h Update 'enigma_types.h' 2022-03-23 21:16:58 +00: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