i was used teensy and the code wan run fine but now i switched to arduino micro pro but i always got error please help me .thanks ![]()
final.ino (13.1 KB)
i was used teensy and the code wan run fine but now i switched to arduino micro pro but i always got error please help me .thanks ![]()
final.ino (13.1 KB)
Please do this:
If the text exceeds the forum's 9000 character limit, save it to a .txt file and post it as an attachment. If you click the "Reply" button here, you will see an "Attachments and other settings" link that will allow you to make the attachment.
Arduino: 1.8.13 (Windows 10), TD: 1.53, Board: "Arduino Micro"
joy:1:10: fatal error: Bounce.h: No such file or directory
#include <Bounce.h>
^~~~~~~~~~
compilation terminated.
exit status 1
Bounce.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
When you see a "No such file or directory" error it almost always means you need to install the library that contains the missing file.
Often the code you're compiling will come with documentation (either a comment or separate document) that tells you where to get the library dependencies.
Note that libraries may have dependencies on other libraries.
In other cases the author of the code will not have been so kind and you'll need to go on a hunt for the missing library.
A good place to start is the Arduino IDE's Library Manager:
If you have no luck in Library Manager then load up your favorite search engine and do a search for the missing filename. You will often get multiple results. If you have a lot of results you might add "arduino" as an additional search keyword. I will usually prefer results on github.com since that is where most Arduino libraries are hosted and downloading from there is fast and easy. In some cases there will be multiple libraries that contain the given filename and you'll need to do some evaluation to determine which seems the most appropriate, then try it out. After downloading the library you found you'll need to install it. This requires a different process than the Library Manager installation. You will find instructions here:
Other post/duplicate DELETED
Please do NOT cross post / duplicate as it wastes peoples time and efforts to have more than one post for a single topic.
Continued cross posting could result in a time out from the forum.
Could you also take a few moments to Learn How To Use The Forum.
Other general help and troubleshooting advice can be found here.
It will help you get the best out of the forum in the future.
Other post/duplicate DELETED
Please do NOT cross post / duplicate as it wastes peoples time and efforts to have more than one post for a single topic.
Continued cross posting has now resulted in a time out from the forum.
Could you also take a few moments to Learn How To Use The Forum.
Other general help and troubleshooting advice can be found here.
It will help you get the best out of the forum in the future.