
avrdude
List of commands for avrdude:
-
avrdude:tldr:0229d avrdude: List available AVR programmers.$ avrdude -c \?try on your machineexplain this command
-
avrdude:tldr:700e4 avrdude: Read AVR microcontroller.$ avrdude -p ${AVR_device} -c ${programmer} -U flash:r:${file-hex}:itry on your machineexplain this command
-
avrdude:tldr:a0b65 avrdude: Write AVR microcontroller.$ avrdude -p ${AVR_device} -c ${programmer} -U flash:w:${file-hex}try on your machineexplain this command
-
avrdude:tldr:be097 avrdude: List available AVR devices.$ avrdude -p \?try on your machineexplain this command