illucat and basic button

This commit is contained in:
2018-06-29 22:33:36 +02:00
parent 0ba64686a1
commit 492d7f70a9
8 changed files with 501 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
; http://docs.platformio.org/page/projectconf.html
[platformio]
env_default = build
env_default = illucat
[common]
framework = arduino
@@ -66,4 +66,14 @@ upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
PubSubClient
PubSubClient
[env:illucat]
src_filter = +<*> -<examples/> -<firmware/> +<examples/illucat/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
Adafruit NeoPixel