Misc files
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011
  1. Compiled hex files for USBaspLoader bootloader. https://github.com/baerwolf/USBaspLoader
  2. ```
  3. D+ PD2
  4. D- PD4
  5. Boot jumper PD7
  6. ```
  7. Flash with fuses:
  8. `avrdude -p atmega32 -c usbtiny -U lfuse:w:0x1F:m -U hfuse:w:0xC0:m -U flash:w:bootloader_atmega32_16MHz.hex`