Programming from Platformio
Install Platformio
PlatformIO IDE can be installed in VS Code as a plugin. To install it, search for "PlatformIO IDE". Install and reload.
Warning: Intellisense of PIO will not work properly if you have the extension "C/C++ Clang Command Adapter" enabled.
Usage
Use shift+ctrl+p to open the dropdown menu, the type platformio, you have many options:
- build: build the code
- upload: upload code to the connected board
- serial: access the serial communication