-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
39 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,37 @@ | ||
; PlatformIO Project Configuration File | ||
; | ||
; Build options: build flags, source filter | ||
; Upload options: custom upload port, speed and extra flags | ||
; Build options: build flags, source filter, extra scripting | ||
; Upload options: custom port, speed and extra flags | ||
; Library options: dependencies, extra library storages | ||
; Advanced options: extra scripting | ||
; | ||
; Please visit documentation for the other options and examples | ||
; http://docs.platformio.org/page/projectconf.html | ||
; http://docs.platformio.org/en/stable/projectconf.html | ||
|
||
[env:due] | ||
platform=atmelsam | ||
board=due | ||
framework=arduino | ||
|
||
[platformio] | ||
src_dir=btnled | ||
lib_dir=~/Arduino/Libraries | ||
|
||
[env:nanoatmega328] | ||
platform = atmelavr | ||
board = nanoatmega328 | ||
framework = arduino | ||
upload_port=/dev/ttyUSB* | ||
upload_flags=-V | ||
build_flags = -DDEBUG | ||
|
||
; [env:uno] | ||
; platform = atmelavr | ||
; board = nanoatmega328 | ||
; framework = arduino | ||
|
||
; [env:due] | ||
; platform = atmelsam | ||
; board = due | ||
; framework = arduino | ||
; build_flags = -Wno-comment -Wno-reorder -Wno-strict-aliasing -Wno-builtin-macro-redefined | ||
|
||
; [env:teensy31] | ||
; platform = teensy | ||
; board = teensy31 | ||
; framework = arduino | ||
; build_flags = -Wno-comment -Wno-reorder -Wno-strict-aliasing -Wno-builtin-macro-redefined -Wno-switch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.pioenvs | ||
.piolibdeps | ||
.clang_complete | ||
.gcc-flags.json |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=PCINT r-site.net | ||
version=4.0.6 | ||
version=4.0.7 | ||
author=Rui Azevedo, [email protected] | ||
maintainer=neu-rah, [email protected] | ||
sentence=Arduino Pin change monitor | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters