
Push buttons in morse letters, it will then translate to ASCII
Put the word you want to decode in the testprogram and it will work..
Button for input, led for output
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | Input | ASCII[0] | |
| 1 | ASCII[1] | ||
| 2 | ASCII[2] | ||
| 3 | ASCII[3] | ||
| 4 | ASCII[4] | ||
| 5 | ASCII[5] | ||
| 6 | ASCII[6] | ||
| 7 | ASCII[7] |