From 4bfb3c03be480082ad180ac648c45ce734b22268 Mon Sep 17 00:00:00 2001 From: Minhaj Uddin Ahmad <69266728+minhaj6@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:00:17 +0600 Subject: [PATCH] fixed simple typo insteat -> instead --- .../built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md b/content/built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md index 591b407317..ad886b0f73 100644 --- a/content/built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md +++ b/content/built-in-examples/10.arduino-isp/ArduinoISP/ArduinoISP.md @@ -57,7 +57,7 @@ On some Arduino boards (see table above), pins MOSI, MISO and SCK are the same p ![](assets/ArduinoUNOtoUNO_ISP2.jpg) -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.* +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.* ![](assets/Arduino_ISP_wires.jpg) @@ -144,4 +144,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples) You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision: 2018/01/20 by SM* \ No newline at end of file +*Last revision: 2018/01/20 by SM*