webusb / arduino

WebUSB demos running on Arduino (and compatible) hardware.
566 stars 152 forks source link

Rearrange to a a more typical Arduino library layout. #15

Open blackketter opened 8 years ago

blackketter commented 8 years ago

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.

reillyeon commented 8 years ago

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.

jpliew commented 6 years ago

I would like to vote to split them, possibly two different repos.

monteslu commented 5 years ago

It looks like this type of change needs to happen to make it into the Adruino library manager: https://github.com/arduino/Arduino/issues/8240

Could you add a master branch and we can PR changes to that?

reillyeon commented 5 years ago

A master branch has now been created.

ladyada commented 4 years ago

@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?

per1234 commented 4 years ago

@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.

ladyada commented 4 years ago

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