We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avrdude -P usb -p atmega32u4 -c avrisp2 -v -U lfuse:w:0x62:m -U hfuse:w:0x99:m -U efuse:w:0xC3:m
For the efuse, only the 4 least significant bits matter; the high bits are not writable.