-
Notifications
You must be signed in to change notification settings - Fork 26
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
Please help with code debugging! #1
Comments
Here is the error pertaining to SP mentioned above:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, I am trying to utilize your code to control a wave energy converter using an STM32F4 feather! I have not been able to verify the code on my computer yet, and would appreciate help on debugging. I get an error of "'Serial' was not declared in this scope" referring to line 1310, "Serial.println("");" in the matrix code. At one point I was able to move past this issue (I don't recall how) and I got a different error pertaining to SP. Arduino IDE specifically took issue with this line: "Matrix SP((MPC_HP_LEN*SS_Z_LEN), 1);". Any help would be greatly appreciated! These errors were found when compiling the code on Arduino IDE.
The text was updated successfully, but these errors were encountered: