### Description Add a library to translate a string (char *) into a series of morse code high/lows. ### Acceptance Criteria It works. ### Proposed Solution Write it in C. Definitely use external resources or a lookup table.