We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61156f7 commit 58cf44aCopy full SHA for 58cf44a
examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -3,7 +3,8 @@
3
// If you require a license, see
4
// https://opensource.org/licenses/bsd-license.php
5
//
6
-// Please note that this sketch still uses MISO/MOSI instead of CIPO/COPI.
+// 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:
0 commit comments