-
Notifications
You must be signed in to change notification settings - Fork 3
/
platformio.ini
42 lines (37 loc) · 1.04 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
; 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 =
blackhack/LCD_I2C@^2.3.0
gin66/FastAccelStepper@^0.26.0
greiman/SdFat@^2.1.2
nabontra/ServoTimer2
build_flags = -DFAS_TIMER_MODULE=3
;upload_protocol = custom
upload_port = COM10
;upload_speed = 115200
;upload_flags =
; -C
; ; use "tool-avrdude-megaavr" for the atmelmegaavr platform
; ${platformio.packages_dir}/tool-avrdude/avrdude.conf
; -p
; $BOARD_MCU
; -P
; $UPLOAD_PORT
; -b
; $UPLOAD_SPEED
; -c
; stk500v1
;upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
monitor_port = COM10
monitor_speed = 115200