-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
51 lines (48 loc) · 1.39 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nozzle_magazine_release]
platform = atmelsam
board = adafruit_metro_m0
framework = arduino
build_type = release
lib_deps =
thomasfredericks/Bounce2 @ ^2.70
wollewald/INA219_WE @ ^1.2.6
adafruit/Adafruit NeoPixel@^1.10.3
adafruit/Adafruit FRAM I2C@^2.0.0
adafruit/Adafruit BusIO@^1.10.3
monitor_speed = 115200
monitor_flags = --echo
upload_protocol = sam-ba
build_flags =
-Wno-unused-local-typedefs
-D KBOBS_NZMAG_BOARD
[env:nozzle_magazine_debug]
platform = atmelsam
board = adafruit_metro_m0
framework = arduino
build_type = debug
lib_deps =
thomasfredericks/Bounce2 @ ^2.70
wollewald/INA219_WE @ ^1.2.6
adafruit/Adafruit NeoPixel@^1.10.3
adafruit/Adafruit BusIO@^1.10.3
adafruit/Adafruit FRAM I2C@^2.0.0
monitor_speed = 115200
monitor_flags = --echo
upload_protocol = sam-ba
debug_tool = blackmagic
debug_port = COM7
build_flags =
-Wno-unused-local-typedefs
-D KBOBS_NZMAG_BOARD
[platformio]
description = Nozzle Magazine Controller for OpenPNP
default_envs = nozzle_magazine_release