Category

ESP32

Getting Started with PlatformIO in Visual Studio Code

Today we’ll look at how to set up a PlatformIO in Visual Studio code. You might be wondering, “Why aren’t we using the Arduino IDE?” This is because the Arduino IDE works well for small applications. This does not imply that we cannot code large applications on it; we can, but there are a few drawbacks. The PlatformIO Completely eliminates…