We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832c5f3 commit 455f1e2Copy full SHA for 455f1e2
build/shared/examples/ArduinoISP/ArduinoISP.ino
@@ -270,6 +270,10 @@ void start_pmode() {
270
271
void end_pmode() {
272
SPI.end();
273
+ // We're about to take the target out of reset
274
+ // so configure SPI pins as input
275
+ pinMode(MOSI, INPUT);
276
+ pinMode(SCK, INPUT);
277
reset_target(false);
278
pinMode(RESET, INPUT);
279
pmode = 0;
0 commit comments