ELEC60013-ES-CW2/platformio.ini
2022-03-23 14:43:09 +00:00

19 lines
545 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nucleo_l432kc]
platform = ststm32
board = nucleo_l432kc
framework = arduino
monitor_speed = 115200
lib_deps =
olikraus/U8g2@^2.32.10
stm32duino/STM32duino FreeRTOS@^10.3.1