Control surface lib portage

This commit is contained in:
2020-04-11 16:14:35 +02:00
parent 70ccae1ba4
commit 28714a3ead
12 changed files with 330 additions and 627 deletions
+14
View File
@@ -8,7 +8,21 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = micro_debug
[env]
build_flags = -Wall
lib_deps =
Control Surface
MIDIUSB
[env:micro]
platform = atmelavr
board = micro
framework = arduino
[env:micro_debug]
build_type = debug
extends = env:micro
build_flags = -D DEBUG_MAIN