Update README.md
This commit is contained in:
parent
ea5516da8c
commit
ac96929414
1 changed files with 11 additions and 9 deletions
|
|
@ -12,15 +12,17 @@ https://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduinoisp
|
|||
bad oscillator fuses
|
||||
|
||||
### Modified for Arduino IDE 1.0
|
||||
shorter serial port receive buffer requires changes
|
||||
getEOP() now gets entire request before avrisp() is called to process it
|
||||
Serial.print((char) xxx) changed to Serial.write(xxx)
|
||||
uint8_t changed to byte
|
||||
added support for Piezo speaker
|
||||
moved Pmode LED to A0
|
||||
removed "heartbeat" on pin 6, added short blip of ERROR LED instead
|
||||
Why is it that PROG_FLASH and PROG_DATA don't actually do anything???
|
||||
Tested with Arduino IDE 22 and 1.0
|
||||
|
||||
- shorter serial port receive buffer requires changes
|
||||
- getEOP() now gets entire request before avrisp() is called to process it
|
||||
- Serial.print((char) xxx) changed to Serial.write(xxx)
|
||||
- uint8_t changed to byte
|
||||
- added support for Piezo speaker
|
||||
- moved Pmode LED to A0
|
||||
- removed "heartbeat" on pin 6, added short blip of ERROR LED instead
|
||||
- Why is it that PROG_FLASH and PROG_DATA don't actually do anything???
|
||||
|
||||
Tested with Arduino IDE 22 and 1.0
|
||||
IDE 22 - 5148 bytes
|
||||
IDE 1.0 - 5524 bytes!
|
||||
-----------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue