Переглянути джерело

avrdude: add Italian translation.

Marco Bonelli 6 роки тому
батько
коміт
0d29259356
1 змінених файлів з 19 додано та 0 видалено
  1. 19 0
      pages.it/common/avrdude.md

+ 19 - 0
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 \?`