1
0
Fork 0
A test implementation of plugless enigma machine on arduino.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
NaiJi ✨ 9baf689f84 Add 'LICENSE' 1 year ago
LICENSE Add 'LICENSE' 1 year ago
README.md Add README.md 1 year ago
code.c.ino Update 'code.c.ino' 1 year ago
enigma_types.h Update 'enigma_types.h' 1 year ago

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