We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58c3f9 commit 07582abCopy full SHA for 07582ab
NuEVI/platformio.ini
@@ -8,9 +8,26 @@
8
; Please visit documentation for the other options and examples
9
; https://docs.platformio.org/page/projectconf.html
10
11
-[env:teensy31]
+
12
+[platformio]
13
+src_dir = .
14
15
+[env]
16
platform = teensy
17
board = teensy31
18
framework = arduino
19
build_flags = -D USB_MIDI -D TEENSY_OPT_FASTER
-board_build.f_cpu = 96000000L
20
+board_build.f_cpu = 96000000L
21
+lib_deps =
22
+ adafruit/Adafruit MPR121 @ ^1.1.1
23
+ adafruit/Adafruit SSD1306 @ ^2.5.7
24
25
+[env:nuevi]
26
+build_flags = ${env.build_flags}
27
28
+[env:nurad]
29
+build_flags = ${env.build_flags} -D NURAD
30
31
+[env:nurad_seamus]
32
+build_flags = ${env.build_flags} -D NURAD -D SEAMUS
33
0 commit comments