mirror of
https://github.com/vladkorotnev/wacca-vfd-arduino.git
synced 2024-11-12 01:00:50 +01:00
20 lines
563 B
INI
20 lines
563 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 = COM18
|
|
monitor_port = COM18
|
|
monitor_speed = 9600
|
|
framework = arduino
|
|
lib_deps =
|
|
prosenb/EEPROMWearLevel@^2.1.0
|