-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatformio.ini
40 lines (38 loc) · 1.59 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
; 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 = Part1-sketches/Example_01_Mayfly_blink
;src_dir = Part1-sketches/Example_02_Mayfly_blink
; src_dir = Part1-sketches/Example_06_Mayfly_BME280_OLED
; src_dir = Part1-sketches/Example_04_Mayfly_setRTC
[env:mayfly]
monitor_speed = 57600
board = mayfly
platform = atmelavr
framework = arduino
lib_ldf_mode = deep+
lib_ignore = RTCZero
build_flags =
-DSDI12_EXTERNAL_PCINT
-DNEOSWSERIAL_EXTERNAL_PCINT
lib_deps =
EnviroDIY_ModularSensors
; ^^ Use this when working from an official release of the library
; https://github.com/EnviroDIY/ModularSensors.git#develop
; ^^ Use this when if you want to pull from the develop branch
; EnviroDIY_ModularSensors@=0.21.2
; ^^ Use this when if you want to pull from a specific release
; https://github.com/EnviroDIY/ModularSensors.git#a84934eebc1fadef8b372dc0251cb3b127c8f71a
; ^^ Use this when if you want to pull from a specific commit by referencing the commit after the #
https://github.com/PaulStoffregen/AltSoftSerial.git
https://github.com/SRGDamia1/NeoSWSerial.git
https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git
; ^^ These are software serial port emulator libraries, you may not need them
https://github.com/switchdoclabs/SDL_Arduino_SSD1306.git