We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arscons can used as skel for an sketch. like;
$ cp arscons my_sketch $ cd my_sketch $ git rename origin arscons_upsteam $ git mv arscons.ino my_sketch.ino $ git commit -m "Begin of my_sketch"
This is good because any update from arscons can easyly merged with current sketch:
$ git fetch arscons_upstream $ git merge arscons_upstream/master
In this scenario, arscon's README.md will confilct if my_sketch has it's own READMD.md.
The text was updated successfully, but these errors were encountered:
I checkout arscons in another directory, and symlink each AVR sketch to it. I guess this probably doesn't work on Windows.
Sorry, something went wrong.
No branches or pull requests
arscons can used as skel for an sketch. like;
$ cp arscons my_sketch
$ cd my_sketch
$ git rename origin arscons_upsteam
$ git mv arscons.ino my_sketch.ino
$ git commit -m "Begin of my_sketch"
This is good because any update from arscons can easyly merged with current sketch:
$ git fetch arscons_upstream
$ git merge arscons_upstream/master
In this scenario, arscon's README.md will confilct if my_sketch has it's own READMD.md.
The text was updated successfully, but these errors were encountered: