forked from Beach-Launch-Team-CSULB/RocketDriver_V2_0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
67 lines (62 loc) · 1.48 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
; 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
[platformio]
[env:teensy36]
platform = teensy
board = teensy36
framework = arduino
lib_deps =
latimes2/InternalTemperature
adafruit/Adafruit MCP9808 Library
NachtRaveVL/PCA9685-Arduino
marzogh/SPIMemory@^3.4.0
upload_protocol = teensy-cli
build_flags =
-D RENEGADESF
-D TEENSY3_X
[env:teensy35]
platform = teensy
board = teensy35
framework = arduino
lib_deps =
latimes2/InternalTemperature
adafruit/Adafruit MCP9808 Library
NachtRaveVL/PCA9685-Arduino
marzogh/SPIMemory@^3.4.0
upload_protocol = teensy-cli
build_flags =
-D RENEGADESF
-D TEENSY3_X
[env:ALARAV2_1_teensy36_Renegade]
platform = teensy
board = teensy36
framework = arduino
lib_deps =
latimes2/InternalTemperature
adafruit/Adafruit MCP9808 Library
NachtRaveVL/PCA9685-Arduino
marzogh/SPIMemory@^3.4.0
upload_protocol = teensy-cli
build_flags =
-D RENEGADESF
-D ALARAV2_1
[env:ALARAV2_1_teensy35_Renegade]
platform = teensy
board = teensy35
framework = arduino
lib_deps =
latimes2/InternalTemperature
adafruit/Adafruit MCP9808 Library
NachtRaveVL/PCA9685-Arduino
marzogh/SPIMemory@^3.4.0
upload_protocol = teensy-cli
build_flags =
-D RENEGADESF
-D ALARAV2_1