- Install PlatformIO Core
- Download this repository.
- Extract ZIP archive
- Run these commands:
# Build project
> platformio run
# Upload firmware
> platformio run --target upload
# Build specific environment
> platformio run -e nucleo_l152re
# Upload firmware for the specific environment
> platformio run -e nucleo_l152re --target upload
# Clean build files
> platformio run --target clean