-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
43 lines (41 loc) · 1.13 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
41
42
43
; 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
; https://docs.platformio.org/page/projectconf.html
[env:megaatmega2560]
platform = atmelavr
board = megaatmega2560
framework = arduino
lib_deps = Wire
build_flags =
-DUSE_DHT
-DUSE_REAL_CLOCK
;lib_deps =
; Wire
; prenticedavid/MCUFRIEND_kbv@^3.0.0-Beta
; adafruit/Adafruit TouchScreen@^1.1.1
; mbed-nkhorman/Adafruit_GFX@0.0.0+sha.7fb1d4d3525d
; adafruit/Adafruit GFX Library@^1.10.7
; adafruit/Adafruit BusIO@^1.7.3
; adafruit/Adafruit ILI9341@^1.5.6
[env:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps = Wire
build_flags =
-DUSE_DHT
-DUSE_REAL_CLOCK
;lib_deps =
; Wire
; prenticedavid/MCUFRIEND_kbv@^3.0.0-Beta
; adafruit/Adafruit TouchScreen@^1.1.1
; mbed-nkhorman/Adafruit_GFX@0.0.0+sha.7fb1d4d3525d
; adafruit/Adafruit GFX Library@^1.10.7
; adafruit/Adafruit BusIO@^1.7.3
; adafruit/Adafruit ILI9341@^1.5.6