From 0d29259356d8c3061facc074185496138ba60aaa Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sat, 19 Jan 2019 23:11:13 +0100 Subject: [PATCH] avrdude: add Italian translation. --- pages.it/common/avrdude.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages.it/common/avrdude.md diff --git a/pages.it/common/avrdude.md b/pages.it/common/avrdude.md new file mode 100644 index 000000000..8f01c4736 --- /dev/null +++ b/pages.it/common/avrdude.md @@ -0,0 +1,19 @@ +# avrdude + +> Driver per il programmatore di microcontrollori Atmel AVR. + +- Leggi dal microcontrollore AVR: + +`avrdude -p {{dispositivo_AVR}} -c {{id_programmatore}} -U flash:r:{{file.hex}}:i` + +- Scrivi sul microcontrollore AVR: + +`avrdude -p {{dispositivo_AVR}} -c {{id_programmatore}} -U flash:w:{{file.hex}}` + +- Elenca dispositivi AVR disponibili: + +`avrdude -p \?` + +- Elenca programmatori AVR disponibili: + +`avrdude -c \?`