-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
48 lines (42 loc) · 1.03 KB
/
platformio.ini
File metadata and controls
48 lines (42 loc) · 1.03 KB
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
44
45
46
47
48
; 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
[platformio]
default_envs = pro16MHzatmega328
[env:pro16MHzatmega328]
platform = atmelavr
board = pro16MHzatmega328
framework = arduino
[env:pro8MHzatmega328]
platform = atmelavr
board = pro8MHzatmega328
framework = arduino
[env:seeeduino]
platform = atmelavr
board = seeeduino
framework = arduino
[env:uno]
platform = atmelavr
board = uno
framework = arduino
[env]
lib_deps =
; name-based (built-in library in framework)
SPI ; SPI
; TaskScheduler > 3.7.0
https://github.com/arkhipenko/TaskScheduler.git
; MFRC522v2 > 1.4.10
https://github.com/miguelbalboa/rfid.git
monitor_speed = 57600
monitor_filters =
colorize
time
send_on_enter
monitor_echo = yes
;monitor_eol = CR