瀏覽代碼

Update 'atmega32/bootloaders/readme.md'

master
di0ib 3 年之前
父節點
當前提交
51e2581011
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      atmega32/bootloaders/readme.md

+ 3
- 1
atmega32/bootloaders/readme.md 查看文件

@@ -1,9 +1,11 @@
Compiled hex files for USBaspLoader bootloader. https://github.com/baerwolf/USBaspLoader

```
D+ PD2
D- PD4
Boot jumper PD7
```

Flash with fuses:

avrdude -p atmega32 -c usbtiny -U lfuse:w:0x1F:m -U hfuse:w:0xC0:m -U flash:w:bootloader_atmega32_16MHz.hex
`avrdude -p atmega32 -c usbtiny -U lfuse:w:0x1F:m -U hfuse:w:0xC0:m -U flash:w:bootloader_atmega32_16MHz.hex`

Loading…
取消
儲存