How To Program Arduino Through Visual Studio Code Using Platformio
Sometimes, coding on the Arduino IDE is just not enough. Think about all the tools it’s missing: no spell check, no folders, no autocomplete. Sure, you can just program Arduino on an editor and then paste it on the IDE before uploading. But PlatformIO lets you do that without having to switch windows at all. What Is PlatformIO? PlatformIO is an extension for Visual Studio Code that lets you run and debug code for embedded systems....