Skip to content

Commit 1a651ec

Browse files
committed
nice readme
1 parent 8e3ba20 commit 1a651ec

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# ArduinoISP2 #
2+
3+
March 2012 William Phelps - wm (at) usa.net
4+
5+
This is a fork of Adafruit's ArduinoISP
6+
which is a fork of Arduino's ArduinoISP
7+
which adds an 8 MHZ 'crystal' output on pin #9 so you don't need an
8+
extra oscillator/crystal. Can also rescue some bricked chips with
9+
bad oscillator fuses
10+
11+
**Modified for Arduino IDE 1.0**
12+
shorter serial port receive buffer requires changes
13+
getEOP() now gets entire request before avrisp() is called to process it
14+
Serial.print((char) xxx) changed to Serial.write(xxx)
15+
uint8_t changed to byte
16+
added support for Piezo speaker
17+
moved Pmode LED to A0
18+
removed "heartbeat" on pin 6, added short blip of ERROR LED instead
19+
Why is it that PROG_FLASH and PROG_DATA don't actually do anything???
20+
Tested with Arduino IDE 22 and 1.0
21+
IDE 22 - 5148 bytes
22+
IDE 1.0 - 5524 bytes!

0 commit comments

Comments
 (0)