ledprojector/platformio.ini

29 lines
697 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
; http://docs.platformio.org/page/projectconf.html
[platformio]
env_default = leonardo
[env:attiny2313]
platform = atmelavr
board = attiny2313
framework = arduino
; Arduino as ISP
upload_protocol = stk500v1
upload_flags = -P$UPLOAD_PORT -b$UPLOAD_SPEED
; values
upload_port = /dev/ttyUSB0
upload_speed = 19200
[env:leonardo]
platform = atmelavr
board = leonardo
framework = arduino