Speed Up your Embedded System Development with PlatformIO: No More Manual Toolchain Setup!

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 2

  • @sonukmrsah
    @sonukmrsah Месяц назад +1

    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?

    • @iotbits
      @iotbits  Месяц назад

      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