forked from EnviroDIY/EnviroDIY_Mayfly_Logger
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
26 lines (23 loc) · 724 Bytes
/
platformio.ini
File metadata and controls
26 lines (23 loc) · 724 Bytes
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
; 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
[platformio]
; src_dir = workshop/mayfly_10_sonar/
src_dir = workshop/mayfly_07_tsl2561_Luminosity/
; [env:mayfly]
; platform = atmelavr
; board = mayfly
; framework = arduino
[env:envirodiy_mayfly]
platform = atmelavr
board = mayfly
framework = arduino
lib_ldf_mode = deep+
lib_deps =
EnviroDIYLibs=https://github.com/EnviroDIY/Libraries.git#platformio