mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
avrdude: add Spanish translation (#10123)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
46bbd40c24
commit
1c8b45ac2e
1 changed files with 20 additions and 0 deletions
20
pages.es/common/avrdude.md
Normal file
20
pages.es/common/avrdude.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# avrdude
|
||||
|
||||
> Programa controlador para la programación de microcontroladores Atmel AVR.
|
||||
> Más información: <https://www.nongnu.org/avrdude/>.
|
||||
|
||||
- Lee el microcontrolador AVR:
|
||||
|
||||
`avrdude -p {{AVR_dispositivo}} -c {{programador}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- Escribe el microcontrolador AVR:
|
||||
|
||||
`avrdude -p {{AVR_dispositivo}} -c {{programador}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Lista de dispositivos AVR disponibles:
|
||||
|
||||
`avrdude -p \?`
|
||||
|
||||
- Lista de programadores AVR disponibles:
|
||||
|
||||
`avrdude -c \?`
|
Loading…
Add table
Reference in a new issue