Add platformio library definition and C++ compatibility#4
Add platformio library definition and C++ compatibility#4DavyLandman merged 4 commits intoDavyLandman:mainfrom
Conversation
|
Thanks @PetteriAimonen , great! I would prefer it if platformio didn't use the GH code, but the result of the That way we also dont'need to add the |
|
Hmm, I prefer the actual files, because that makes it easier to debug and modify if needed. In any case, I think platformio can only use files from the repository and not from the releases. |
|
Okay, well the single was a workaround for c/c++ lacking a proper package system. So platformio is at least a package system. There are some speed/size benefits for the single file, but that might not be worth it. Could you then change the algamize script to not add the |
|
Thanks for merging! Personally I find it just fine to include libraries by repository, the platformio publishing has always felt like an annoying extra step. |
This pull request adds:
library.jsonso that the library can be easily included in a platformio projectextern "C"in headers so that it can be included in a C++ main program