Réalisation code initial
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user