Clone this repository and use VSCode + PlatformIO extension with the "Open Project" in the PIO Home screen to open the project. If you're using the CLI, simply clone the project and run pio run / pio ...
Faster compile and upload cycles by compiling sketches locally and only flashing when changes are detected. IntelliSense for Arduino C++ code using Arduino CLI installed libraries. Local linting of ...
If you're into robotics or electronics, you've likely come across Arduino—a small microcontroller that can control sensors and motors for nifty DIY projects. Like the Raspberry Pi, the Arduino is ...