mirror of
https://github.com/vladkorotnev/wacca-vfd-arduino.git
synced 2024-11-14 10:07:37 +01:00
17 lines
518 B
INI
17 lines
518 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:sparkfun_promicro8]
|
|
platform = atmelavr
|
|
board = sparkfun_promicro8
|
|
upload_port = COM25
|
|
monitor_port = COM25
|
|
monitor_speed = 9600
|
|
framework = arduino |