Add support of PlatformIO#64
Add support of PlatformIO#64KingOfGerrit wants to merge 2 commits intononstd-lite:masterfrom KingOfGerrit:platformio-support
Conversation
|
Thanks for your contribution. Before I continue, I'd like to inform myself a little on PlatformIO. Two suggestions right away:
|
|
PlatformIO, Creating Library reads: PlatformIO has a built-in Library Management where developers can declare project dependencies and PlatformIO will automatically manage them (install, build, update). It doesn’t have any requirements for a library source code structure. The only requirement is a library manifest file - library.json, library.properties, or module.json. It must be located in the root of a library. We highly recommend using library.json for better compatibility and avoiding any issues. Thus I'm inclined to think it is perhaps not such a good idea to also include Notes to self:
Arduino IDE seems to uses |
|
Publishing to the PlatformIO Registry using the
|
Please, add support of PlatformIO.
All files that needed prepared.