OttoDIY / OttoNinja

Build your own robot like a Ninja 🐱‍👤 This is the first emotional modular EdTech robot that can walk and roll!
https://www.ottodiy.com/ninja
MIT License
331 stars 214 forks source link

Added zip files for the libraries #1

Closed poyaque-estamos closed 7 years ago

poyaque-estamos commented 7 years ago

So that they can be imported to Arduino via Sketch -> Include library -> Add zip file library

Could probably create a bash script to do this automatically (needed for when libraries are updated) if you think it is a good idea. Also lookup how to import these libraries automatically in Arduino, because it's a bunch of them. Maybe it is possible to just make a zip file for the whole libraries folder and import it in Arduino?

cparrapa commented 7 years ago

Good idea @poyaque-estamos thanks for your contribution

ProgrammerBruce commented 5 years ago

I'd prefer the zip files be generated by a script, and provided in a release. With them in the repository source, it's easy for their contents to not match the source.

cparrapa commented 5 years ago

@ProgrammerBruce is making a good point i let merge this but it seems is giving more trouble than solving an issue we need to upload these libraries for arduino library manager it will be easy to updated for users https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

How can we make Otto libraries 1.5 format and version number semver compliant?