File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,17 @@ https://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduinoisp
1212 bad oscillator fuses
1313
1414### Modified for Arduino IDE 1.0
15- shorter serial port receive buffer requires changes
16- getEOP() now gets entire request before avrisp() is called to process it
17- Serial.print((char) xxx) changed to Serial.write(xxx)
18- uint8_t changed to byte
19- added support for Piezo speaker
20- moved Pmode LED to A0
21- removed "heartbeat" on pin 6, added short blip of ERROR LED instead
22- Why is it that PROG_FLASH and PROG_DATA don't actually do anything???
23- Tested with Arduino IDE 22 and 1.0
15+
16+ - shorter serial port receive buffer requires changes
17+ - getEOP() now gets entire request before avrisp() is called to process it
18+ - Serial.print((char) xxx) changed to Serial.write(xxx)
19+ - uint8_t changed to byte
20+ - added support for Piezo speaker
21+ - moved Pmode LED to A0
22+ - removed "heartbeat" on pin 6, added short blip of ERROR LED instead
23+ - Why is it that PROG_FLASH and PROG_DATA don't actually do anything???
24+
25+ Tested with Arduino IDE 22 and 1.0
2426 IDE 22 - 5148 bytes
2527 IDE 1.0 - 5524 bytes!
2628 -----------------------------
You can’t perform that action at this time.
0 commit comments