forked from EnviroDIY/ModularSensors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio_extra_flags.ini
55 lines (49 loc) · 1.33 KB
/
platformio_extra_flags.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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:software_wire]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D MS_PALEOTERRA_SOFTWAREWIRE
-D MS_RAIN_SOFTWAREWIRE
lib_deps =
https://github.com/Testato/SoftwareWire.git#v1.5.1
[env:ads1015]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D MS_USE_ADS1015
[env:sdi12_non_concurrent]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D MS_SDI12_NON_CONCURRENT
[env:AltSoftSerial]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D BUILD_TEST_ALTSOFTSERIAL
lib_deps =
https://github.com/PaulStoffregen/AltSoftSerial.git
[env:NeoSWSerial]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D NEOSWSERIAL_EXTERNAL_PCINT
-D BUILD_TEST_NEOSWSERIAL
lib_deps =
https://github.com/SRGDamia1/NeoSWSerial.git
[env:SoftwareSerial]
extends = env:Mayfly
build_flags =
-D SDI12_EXTERNAL_PCINT
-D BUILD_TEST_SOFTSERIAL
lib_deps =
https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git