mirror of
https://github.com/supleed2/ELEC60013-ES-CW2.git
synced 2024-11-09 18:45:47 +00:00
18 lines
504 B
INI
18 lines
504 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
|