Files
platformio-core/examples/ide/visualstudio/platformio.ini

25 lines
515 B
INI
Raw Normal View History

#
# 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
2015-09-04 23:48:57 +03:00
[env:uno]
platform = atmelavr
framework = arduino
board = uno
# targets = upload