We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad4da8 + 58cf44a commit 5d991a2Copy full SHA for 5d991a2
examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -3,6 +3,10 @@
3
// If you require a license, see
4
// https://opensource.org/licenses/bsd-license.php
5
//
6
+// Note that this sketch refers to the SPI bus pins using the legacy MISO/MOSI
7
+// names rather than the modern CIPO/COPI names.
8
+// For further details, see https://docs.arduino.cc/learn/communication/spi
9
+//
10
// This sketch turns the Arduino into a AVRISP using the following Arduino pins:
11
12
// Pin 10 is used to reset the target microcontroller.
0 commit comments