PlatformIO installation with Visual Studio Code and Hello world program.

PlatformIO is the complete IDE for embedded development, this is currently supporting different platforms and multiple boards in each platform. In this blog we will see how to install PlatformIO with Visual Studio code editor for developing embedded applications. We can get the details of different platforms supported by this IDE at https://docs.platformio.org/en/latest/platforms/index.html. PlatformIO also […]