ArduinoISP
ArduinoISP copied to clipboard
Use the Arduino to program AVR chips.
Hi! If you add pinMode(SS, OUTPUT); to the setup then it is possible to change the SS pin.
I needed to program a slow clocked ATtiny2313. Couldn't do it. Errors at various places -- reading signature, reading fuses, sync errors, etc. SPI clock was just too fast for...
I'm getting the notorious not in sync error when trying to use this ISP sketch. Everything is hooked up and configured properly, I can burn the bootloader and program my...