File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## ArduinoISP2
22
3- This code is used in the Adafruit tutorial Arduino Yips , Tricks, and Techniques to reprogram AVR chips.
3+ This code is used in the Adafruit tutorial " Arduino Tips , Tricks, and Techniques" to reprogram AVR chips.
44https://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduinoisp
55
66 March 2012 William Phelps - wm (at) usa.net
@@ -11,7 +11,7 @@ https://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduinoisp
1111 extra oscillator/crystal. Can also rescue some bricked chips with
1212 bad oscillator fuses
1313
14- ** Modified for Arduino IDE 1.0**
14+ ### Modified for Arduino IDE 1.0
1515 shorter serial port receive buffer requires changes
1616 getEOP() now gets entire request before avrisp() is called to process it
1717 Serial.print((char) xxx) changed to Serial.write(xxx)
You can’t perform that action at this time.
0 commit comments