From 75066c84c3b6ffb8e8c2b4b4373a8840729b41ac Mon Sep 17 00:00:00 2001 From: Danielle Thurow Date: Tue, 25 May 2021 10:39:10 -0500 Subject: [PATCH] Update ArduinoISP.ino Updated an ArduinoISP.ino comment from "slave" to "target" to match the rest of the explanation in the comments. --- examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino b/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino index 4dec0c6..3f84d6b 100644 --- a/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino +++ b/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino @@ -33,7 +33,7 @@ // Put an LED (with resistor) on the following pins: // 9: Heartbeat - shows the programmer is running // 8: Error - Lights up if something goes wrong (use red if that makes sense) -// 7: Programming - In communication with the slave +// 7: Programming - In communication with the target // #include "Arduino.h"