platformio

Open-source IoT development framework for embedded systems

brewmacoslinux
Try with needOr install directly
Source

About

Your Gateway to Embedded Software Development Excellence

Commands

platformiopio

Examples

Initialize a new PlatformIO project for Arduino$ platformio init --board arduino:avr:uno
Build and upload firmware to connected device$ platformio run --target upload
Open PlatformIO IDE in the browser$ platformio home