Hello, when i try to setup this .ino, i get this error
C:\Arduino\Scetches\cw-trainer\cw-trainer.ino:28:10: fatal error: MorseEnDecoder.h: No such file or directory
#include <MorseEnDecoder.h> // Morse EnDecoder Library
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: MorseEnDecoder.h: No such file or directory
What do i wrong??
regards, newbe
Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE
1 Like
ItsMeAndWe:
this .ino
What .ino would that be ?
Please post your full sketch, using < CODE/ > tags when you do
Where did you get the code ?
Where exactly is the MorseEnDecoder.h file located on your PC ?
That usually means "You need to install the "MorseEnDecoder" library."
ua6em
April 15, 2023, 1:56pm
5
Would you like to try posting that link again ?
The page is containing error
I would suggest you to kindly enter your code in the forum only rather than redirecting to any link
Also kindly note write the code in column only
As you are newbie it is strongly advised to you kindly read the following
See also FAQ - Arduino Forum for general rules on forum behaviour and etiquette.
Hello,
Welcome to the Arduino Forum.
This guide explains how to get the best out of this forum. Please read and follow the instructions below.
Being new here you might think this is having rules for the sake of rules, but that is not the case. If you don’t follow the guidelines all that happens is there is a long exchange of posts while we try to get you to tell us what we need in order to help you, which is fru…
1 Like
I put it in the arduino map and the arduino ask me to place it on the good place so i did
All very interesting, but please post your code copied from the IDE and confirm whether you have installed all of the required libraries
These are the libraries you have used
#include <EEPROM.h>
#include <Morse.h>
#include <avr/pgmspace.h>
#include <MorseEnDecoder.h> // Morse EnDecoder Library
#include <Wire.h> //I2C Library
#include <PS2Keyboard.h>
So as per your error "Compilation error: MorseEnDecoder.h: No such file or directory"
Kindly check the specific library is present in your IDE or not
1 Like
Already informed but not accepting
Okay thanks so as i understand i have to update my libary
You have to install the required libraries listed by @krishna_agarwal if they are not already installed
1 Like
Thank you, i shall look for it later
Thanks for trying helping me out:+1:
Do you know how to check whether a library is installed and, if not, how to install it ?
I am downloading a libaries pack but MorseEnDecoder.h seems to be the problem
I found this but also problem Library: MorseEnDecoder
What problem you are facing and from where you are downloading