Skip to content

Commit

Permalink
Add platformIO build information
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Sep 21, 2016
1 parent dd71af5 commit 0cdc0e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.pioenvs
.clang_complete
.gcc-flags.json
16 changes: 16 additions & 0 deletions platformio.ini
@@ -0,0 +1,16 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/en/stable/projectconf.html

[platformio]

[env:pro16MHzatmega328]
platform = atmelavr
framework = arduino
board = pro16MHzatmega328
upload_speed = 115200

0 comments on commit 0cdc0e2

Please sign in to comment.