Initialisation dépot

This commit is contained in:
Serge NOEL
2026-08-10 16:39:04 +02:00
commit 33f130d8f3
3 changed files with 71 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
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