Skip to content

Commit ea5516d

Browse files
authored
Update README.md
1 parent 5a3b9fd commit ea5516d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ArduinoISP/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
44
https://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)

0 commit comments

Comments
 (0)