File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
examples/arduino-external-libs Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 7
7
; Please visit documentation for the other options and examples
8
8
; http://docs.platformio.org/page/projectconf.html
9
9
10
+ [env]
11
+ lib_deps = sparkfun/Sparkfun BMP180
12
+
10
13
[env:bluepill_f103c8]
11
14
platform = ststm32
12
15
framework = arduino
13
16
board = bluepill_f103c8
14
- lib_deps = BMP180
15
17
16
18
[env:bluepill_f103c8_128k]
17
19
platform = ststm32
18
20
framework = arduino
19
21
board = bluepill_f103c8_128k
20
- lib_deps = BMP180
21
22
22
23
[env:maple]
23
24
platform = ststm32
24
25
framework = arduino
25
26
board = maple
26
- lib_deps = BMP180
27
27
28
28
[env:genericSTM32F103RB]
29
29
platform = ststm32
30
30
framework = arduino
31
31
board = genericSTM32F103RB
32
- lib_deps = BMP180
33
32
34
33
[env:bluepill_f103c8_stm32_core]
35
34
platform = ststm32
36
35
framework = arduino
37
36
board = bluepill_f103c8
38
37
build_flags = -DPIO_FRAMEWORK_ARDUINO_OFFICIAL
39
- lib_deps = BMP180
40
38
41
39
[env:nucleo_l432kc]
42
40
platform = ststm32
43
41
board = nucleo_l432kc
44
42
framework = arduino
45
- lib_deps = BMP180
46
43
47
44
[env:nucleo_f401re]
48
45
platform = ststm32
49
46
board = nucleo_f401re
50
47
framework = arduino
51
- lib_deps = BMP180
You can’t perform that action at this time.
0 commit comments