Library's folder structure reorganized according [Arduino IDE 1.5: Library specification](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
I rather not merge because the library was made compatible for Platformio and I do not want to break that.
I don't remember the details, but the library.json file is required for sure.
If I do update the folder structure, I have to be assured it will work in Platformio.
I rather not merge because the library was made compatible for Platformio and I do not want to break that.
I don't remember the details, but the `library.json` file is required for sure.
If I do update the folder structure, I have to be assured it will work in Platformio.
Fair enough. I am not familiar with Platformio so I am not aware of any incompatibilities too. I will restore library.json and add Travis CI for testing.
Fair enough. I am not familiar with Platformio so I am not aware of any incompatibilities too. I will restore `library.json` and add Travis CI for testing.
@thomasfredericks I am closing this pull request and opening a new one since some tests to my fork have messed this pull request up. There is no reason to include Travis CI for testing since it seems that Arduino 1.5 library structure is fully compatible with Platformio
@thomasfredericks I am closing this pull request and opening a new one since some tests to my fork have messed this pull request up. There is no reason to include Travis CI for testing since it seems that Arduino 1.5 library structure is fully compatible with [Platformio](http://docs.platformio.org/en/latest/projectconf/section_platformio.html#lib-dir)
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Library's folder structure reorganized according Arduino IDE 1.5: Library specification
I rather not merge because the library was made compatible for Platformio and I do not want to break that.
I don't remember the details, but the
library.jsonfile is required for sure.If I do update the folder structure, I have to be assured it will work in Platformio.
Fair enough. I am not familiar with Platformio so I am not aware of any incompatibilities too. I will restore
library.jsonand add Travis CI for testing.@thomasfredericks I am closing this pull request and opening a new one since some tests to my fork have messed this pull request up. There is no reason to include Travis CI for testing since it seems that Arduino 1.5 library structure is fully compatible with Platformio
Pull request closed