File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 99
1010[common]
1111lib_deps =
12+ SPI
1213 Adafruit 9DOF Library
1314 Ethernet
1415
Original file line number Diff line number Diff line change 77; Please visit documentation for the other options and examples
88; http://docs.platformio.org/page/projectconf.html
99
10+ [common]
11+ lib_deps =
12+ SPI
13+ Ethernet
14+
1015[env:uno]
1116platform = atmelavr
1217framework = arduino
1318board = uno
19+ lib_deps = ${common.lib_deps}
1420
1521[env:megaatmega2560]
1622platform = atmelavr
1723framework = arduino
1824board = megaatmega2560
25+ lib_deps = ${common.lib_deps}
1926
2027[env:nanoatmega328]
2128platform = atmelavr
2229framework = arduino
2330board = nanoatmega328
31+ lib_deps = ${common.lib_deps}
2432
2533[env:leonardo]
2634platform = atmelavr
2735framework = arduino
2836board = leonardo
37+ lib_deps = ${common.lib_deps}
2938
3039[env:ethernet]
3140platform = atmelavr
3241framework = arduino
3342board = ethernet
43+ lib_deps = ${common.lib_deps}
You can’t perform that action at this time.
0 commit comments