This commit is contained in:
2015-03-13 11:57:41 +00:00
commit a7863182d1
6 changed files with 118 additions and 0 deletions

25
platformio.ini Normal file
View File

@@ -0,0 +1,25 @@
#
# 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
[env:autogen_uno]
platform = atmelavr
framework = arduino
board = uno
; targets = upload
upload_port = COM3