2015-01-02 00:16:29 +02:00
|
|
|
#
|
|
|
|
# Project Configuration File
|
|
|
|
#
|
|
|
|
# A detailed documentation with the EXAMPLES is located here:
|
|
|
|
# http://docs.platformio.org/en/latest/projectconf.html
|
|
|
|
#
|
|
|
|
|
|
|
|
# A sign `#` at the beginning of the line indicates a comment
|
|
|
|
# Comment lines are ignored.
|
|
|
|
|
|
|
|
# Simple and base environment
|
|
|
|
# [env:mybaseenv]
|
|
|
|
# platform = %INSTALLED_PLATFORM_NAME_HERE%
|
|
|
|
# framework =
|
|
|
|
# board =
|
|
|
|
#
|
|
|
|
# Automatic targets - enable auto-uploading
|
|
|
|
# targets = upload
|
2014-06-12 20:55:46 +03:00
|
|
|
|
2014-06-02 20:55:20 +03:00
|
|
|
[env:arduino_pro5v]
|
|
|
|
platform = atmelavr
|
|
|
|
board_mcu = atmega168
|
|
|
|
board_f_cpu = 16000000L
|
|
|
|
|
|
|
|
upload_protocol = arduino
|
|
|
|
upload_speed = 19200
|
|
|
|
|
2015-02-08 21:55:26 +02:00
|
|
|
# targets = upload
|