Réalisation code initial

This commit is contained in:
Serge NOEL
2026-08-13 12:04:15 +02:00
parent 1cd64b2a5d
commit 50437c6c19
4 changed files with 349 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
monitor_speed = 9600
upload_speed = 115200
; Dépendances
lib_deps =
; Options de compilation
build_flags =
-Wall
-Wextra
; Définitions du moniteur série
monitor_port = /dev/ttyUSB0
monitor_filters =
log2file
colorize