Reorganise examples

This commit is contained in:
Ivan Kravets
2015-02-08 21:55:26 +02:00
parent 34f7b8b19a
commit ebd2e31efe
74 changed files with 37 additions and 16026 deletions

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:arduino_pro5v]
platform = atmelavr
framework = arduino
board = pro16MHzatmega168
# targets = upload