Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I get "delay.h" file? #6

Open
junz0306 opened this issue May 21, 2023 · 1 comment
Open

Where can I get "delay.h" file? #6

junz0306 opened this issue May 21, 2023 · 1 comment

Comments

@junz0306
Copy link

Hi, recently I found this useful project.

I tried to edit "MIDIUARTUSBH.ino.trinket_m0.ino" sketch in order to change the baud rate from 11,5200 to 31,250.
However, I fail when I compile it. Arduino IDE shows an error message as shown below;

C:\Users\NAME\Documents\Arduino\libraries\USB_Host_Library_SAMD\src\usbhub.cpp:18:10: fatal error: delay.h: No such file or directory
#include "delay.h"
^~~~~~~~~
compilation terminated.

I searched the "delay.h" fille with no success. Where can I it? Thanks.

@junz0306
Copy link
Author

Sorry, I could find the answer in the past post. Just replacing "delay.h" by "delay.c" solved the problem. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant