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-08-03 16:49:03 +03:00
|
|
|
|
|
|
|
[env:microduino]
|
|
|
|
platform = atmelavr
|
|
|
|
framework = arduino
|
|
|
|
board = 644pa16m
|