1
0
Fork 0
A test implementation of plugless enigma machine on arduino.
Go to file
NaiJi ✨ 7f4aa0f9a9 Update 'code.c.ino' 2022-03-23 21:16:29 +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 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