Update README.md

This commit is contained in:
Mike Barela 2019-04-23 16:05:01 -04:00 committed by GitHub
parent ea5516da8c
commit ac96929414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!
-----------------------------