I had a hard time finding the libraries I used in my projects when I was migrating my codebase to platform io from Arduino IDE sketch. What did you do if you don't find the library in the platform io home. Is there any option install 3rd party libraries just like Arduino?
Hey, yes it’s bit tricky but I have added libraries many times in PlatformIO projects. If you have a folder then drop it in lib folder of your PlatformIO project, it’s that simple. You can use GitHub link and add in ini file as well. If you need with this method let me know I can share steps. Thanks
I had a hard time finding the libraries I used in my projects when I was migrating my codebase to platform io from Arduino IDE sketch. What did you do if you don't find the library in the platform io home. Is there any option install 3rd party libraries just like Arduino?
Hey, yes it’s bit tricky but I have added libraries many times in PlatformIO projects.
If you have a folder then drop it in lib folder of your PlatformIO project, it’s that simple.
You can use GitHub link and add in ini file as well. If you need with this method let me know I can share steps.
Thanks