morse_codec

Constant MORSE_CODE_SET

source
pub const MORSE_CODE_SET: [[Option<MorseSignal>; 6]; 53];
Expand description

Internal representation of morse characters. It’s an array of length CHARACTER_SET_LENGTH.

Letters can be converted to these morse code arrays and vice-versa.