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

Updated project to latest Arduino sketch specification #7

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

Conversation

snives
Copy link

@snives snives commented Nov 17, 2021

I've updated the sketch to follow the Arduino sketch specification: namely the name of the .ino must match the name of the sketch folder, and any local libraries be placed in the /src/ subfolder. Previously the ArduinoIDE would pop up a message and will automatically change the sketch filename if its not already in this format. I've also removed the requirement to place the Canbus folder in ~/Arduino/libraries. This way the project works out of the box and will not override any other projects.

… as required by the Arduino IDE.

- Moved the Canbus library to be in the special /src folder as required by the Arduino IDE in order to be compiled.
@snives snives marked this pull request as ready for review November 18, 2021 01:35
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