16 lines
258 B
INI
16 lines
258 B
INI
[env:nanoatmega328]
|
|
platform = atmelavr
|
|
board = nanoatmega328
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
|
|
build_flags =
|
|
-D DCC_SIGNAL_PIN=2
|
|
-D LED_PIN=3
|
|
-D PWM_PIN=5
|
|
-D SERVO_PIN=6
|
|
|
|
lib_deps =
|
|
arduino-libraries/Servo@^1.1.9
|
|
mrrwa/NmraDcc@^2.0.17
|