avrdude: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
45a2401cdc
commit
0d29259356
19
pages.it/common/avrdude.md
Normal file
19
pages.it/common/avrdude.md
Normal file
@@ -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 \?`
|
Reference in New Issue
Block a user