From the information you provided, it does seem that you performed the installation correctly
. In order to allow us to better understand the nature of the problem, please perform the following experiment and then report the results in a reply here on the forum topic:
This procedure is not intended to solve the problem. The purpose is to gather more information.
- Select Sketch > Include Library > Manage Libraries... from the Arduino IDE menus to open the "Library Manager" view in the left side panel.
- Type
Morsein the "Filter your search..." field. - Find the "Morse" entry in the list of search results.
- You will see an "INSTALL" button at the bottom of the entry. Click the button.
- Wait for the installation process to finish, as indicated by a notification at the bottom right corner of the Arduino IDE window:
ⓘ Successfully installed library ...
- Select File > Examples > Morse > serial from the Arduino IDE menus.
The "serial" example sketch will open in a new Arduino IDE window. - Select Tools > Board > Arduino AVR Boards > Arduino Uno from the Arduino IDE menus.
- Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait for the compilation to finish.
- Right click on the black "Output" panel at the bottom of the Arduino IDE window.
A context menu will open. - Select Copy All from the menu.
- Open a reply here on this forum topic by clicking the "Reply" button.
- Click the
<CODE/>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to publish the post.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here.
Click here for attachment instructions
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txtformat. - Open a reply here on this forum topic by clicking the "Reply" button.
- Click the "Upload" icon (
) on the post composer toolbar:
The "Open" dialog will open. - Select the
.txtfile you saved from the "Open" dialog. - Click the "Open" button.
The dialog will close. - Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.





