Skip to content

Updated project to latest Arduino sketch specification#7

Open
snives wants to merge 3 commits intokahiroka:masterfrom
snives:master
Open

Updated project to latest Arduino sketch specification#7
snives wants to merge 3 commits intokahiroka:masterfrom
snives:master

Conversation

@snives
Copy link
Copy Markdown

@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