-
Notifications
You must be signed in to change notification settings - Fork 262
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
Warnings when compiling library for Portenta H7 #123
Comments
GPT4 told me:
But after editing |
Hi @ghiathkamel. Thanks for submitting this issue.
It is important to understand the difference between warnings and errors. A warning is the compiler telling you there is something in the code that could possibly cause a problem but doesn't cause the compilation to fail. An error is a problem with the code that causes compilation to fail. In this case you have posted warnings, not errors. In order to avoid confusion, we should be careful to use the appropriate terminology when communicating about technical subjects. The code in the library that causes the warnings should be fixed, and we will use this issue to track that task. However, as long as the library is functional you should not let the warnings distract you from progressing with your project. |
Hi per1234 please let me know! |
This is not an appropriate place to request assistance with your project. You are welcome to ask over on Arduino Forum. I'm sure we'll be able to help you out over there: https://forum.arduino.cc/c/using-arduino/programming-questions/20 |
to get 333Hz output i changed the servo.h file to this REFRESH_INTERVAL 3000
after changing this, there is no warning messages anymore, i did not change servo.cpp file, i dont know if i need to but it works :), what do you think? |
It looks like the Servo library is not compatible with Arduino Portenta H7 board yet.
I got these errors when compiling the code:
Additional context
Forum topic for discussion and support: https://forum.arduino.cc/t/the-servo-library-not-fully-compatible-with-arduino-h7-yet-how-can-i-fix-this-issues/1220513
The text was updated successfully, but these errors were encountered: