Open
Conversation
Add Arduino set up to README.md
alphaville
reviewed
Feb 22, 2023
|
|
||
| For aurdino to be able to access the correct libraries from this repository you will have to change your sketchbook location to the arduino folder cloned from this repository on your local device. | ||
|
|
||
| To do this go to *File > Preferences* and change your sketchbook location on the arduino IDE. |
Collaborator
There was a problem hiding this comment.
To what exactly should the sketchbook location be changed?
Collaborator
Author
There was a problem hiding this comment.
Hi depends on where repository is cloned but should end /deadcopter/arduino, will "usually" be something like /home/{USER}/deadcopter/arduino
This was to get main branch working at start of the year. We will need to check that libraries used in due_v2 are in correct folders or we could run into similar issues
Collaborator
There was a problem hiding this comment.
When writing instructions on GitHub all paths are with respect to the root path of the project, e.g., Pi/ or arduino/due
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Arduino set up to README.md