-
Notifications
You must be signed in to change notification settings - Fork 153
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
Rearrange to a a more typical Arduino library layout. #15
base: gh-pages
Are you sure you want to change the base?
Conversation
In general I think this is a good idea but I'm concerned about breaking links by changing the location of the examples (this repo is served as webusb.github.io/arduino by GitHub pages). The best solution may be to split the Arduino library and examples into a master branch and keep the demo pages where they are on this gh-pages branch. |
I would like to vote to split them, possibly two different repos. |
It looks like this type of change needs to happen to make it into the Adruino library manager: arduino/Arduino#8240 Could you add a master branch and we can PR changes to that? |
A |
@per1234 hiya, i know that with tensorflow micro, arduino added the ability to add non-standard-layout libraries - can that be done with this repo as well? |
@ladyada I wasn't aware of this. By "add", do you mean add to the Arduino Library Manager index? I just searched the Arduino Library Manager index so that I could take a look at that repository but the only result for "tensor" was the Adafruit TFLite Micro Speech library. |
yeah i dont think its been added yet but i remember pete warden mentioned there was a special way of adding non-standard libraries. i think ill wait till that tensorflow library is added, then i can ask how we can do the 'same' :) so no worries |
Not sure if this works for you, but with this arrangement the repo can be cloned directly into the Arduino libraries directory and it should be able to find the demos/examples from the IDE.