I have the Ultimate 2.0 robot kit from MakeBlock. Its mainboard uses the ATMEGA2560-16AU chip.
“Programming for all experience levels, Block-based programming software enables you to program your Ultimate 2.0 by simply dragging and dropping function blocks. Also supported are the Arduino IDE, NodeJS, and Python programming languages. This gives you a smooth learning curve on your way from beginner to expert coder.”
I a trying to build my first library - following the instructions for Morse at Arduino. All of the code is in place. However, my program can not find the library. It is in c/Documents/Arduino/Libraries.
The Arduino page states . . .
If the library doesn’t seem to build, make sure that the files really end in .cpp and .h (with no extra .pde or .txt extension, for example).
I have checked and all seems fine in my case. However, posting has changed the file extensions.
That is nonsense. The forum software does NOT rename files or add extensions.
I'm going to guess that you drank the Window Koolaid, and failed to tell Windows that hiding file extensions sucks big time. Turn that stupid option off, and rename the files properly when you can see the extensions.
Forget about that for now. Fix the Windows file extensions setting. Then fix the extensions of the library files. That will likely solve the problem. If you still have a problem after that then we can worry about whether the files are in the right place.