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

Fix PIDcontroller.h dependency issue #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CAP1Sup
Copy link

@CAP1Sup CAP1Sup commented Aug 29, 2023

PID controller class is "PIDController", but file is named "PIDcontroller.h". There was a reference in the src/Romi32U4Motors.h that attempted to include the header using "PIDController.h". This caused build errors, so I changed the include statement. I would have preferred to change the names of the cpp and header files to be PascalCase, but that could cause issues with backwards compatibility.

I also removed trailing whitespace in all of the files.

Also removed trailing whitespace
@CAP1Sup
Copy link
Author

CAP1Sup commented Aug 29, 2023

For those with issues who need to build ASAP, you can temporarily change the library reference in your platformio.ini from "wpi-32u4-library" to "https://github.com/CAP1Sup/wpi-32u4-library.git"

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

Successfully merging this pull request may close these issues.

1 participant