Skip to content

Commit 4bfb3c0

Browse files
authored
fixed simple typo
insteat -> instead
1 parent ec93fdf commit 4bfb3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ On some Arduino boards (see table above), pins MOSI, MISO and SCK are the same p
5757

5858
![](assets/ArduinoUNOtoUNO_ISP2.jpg)
5959

60-
In the picture above we are connecting two UNO boards for bootloader burning with the "old style" connections: the top board is the Target, the bottom board is the Programmer. Note the yellow connection from D10 of the programmer to RESET of the target. *On MKR family of boards, you can't use D10 for reset; we suggest D6 and you must remember to change the line 73 of the ArduinoISP sketch - `#define RESET 10` - putting "6" insteat of 10.*
60+
In the picture above we are connecting two UNO boards for bootloader burning with the "old style" connections: the top board is the Target, the bottom board is the Programmer. Note the yellow connection from D10 of the programmer to RESET of the target. *On MKR family of boards, you can't use D10 for reset; we suggest D6 and you must remember to change the line 73 of the ArduinoISP sketch - `#define RESET 10` - putting "6" instead of 10.*
6161

6262
![](assets/Arduino_ISP_wires.jpg)
6363

@@ -144,4 +144,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples)
144144

145145
You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language.
146146

147-
*Last revision: 2018/01/20 by SM*
147+
*Last revision: 2018/01/20 by SM*

0 commit comments

Comments
 (0)