精选优质文档-倾情为你奉上Using an Arduino as an AVR ISP (In-System Programmer)This tutorial explains how to use an Arduino board as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (e.g. the ATmega168 or ATmega328 used in Arduino). The code in this example is based on the firmware by Randall Bohn. InstructionsTo use your Arduino board to burn a bootloader onto an AVR, you need to follow a few simple steps. 1. Open the ArduinoISP firmware (