-
Notifications
You must be signed in to change notification settings - Fork 92
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
Arduino Fails to upload because of an issue of the library #26
Comments
ramithuh
pushed a commit
to ramithuh/MPU6050_tockn
that referenced
this issue
Apr 16, 2019
Fixed issue noted here. tockn#26
Merged
oh... Thank you for your report. I didn’t know such a specification :( |
You're welcome.. Thank you this amazing library! :) |
Thank you for your PR! |
ramithuh
pushed a commit
to ramithuh/MPU6050_tockn
that referenced
this issue
Apr 16, 2019
corresponding change in README for the fix of tockn#26
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As stated https://stackoverflow.com/a/29135050/2715780
in this answer, 3 '!' marks in a row causes the Mega 2560 bootloader to go into Monitor mode from which it can not finish programming. Therefore the code doesn't upload and causes the error
stk500v2_ReceiveMessage(): timeout
I manually located the .cpp file in my arduino library and changed "done!!!" to "done!", now it uploaded
The text was updated successfully, but these errors were encountered: