Skip to content

Commit 5d991a2

Browse files
authored
Merge pull request #73 from fritzlb/main
ArduinoISP: Add hint MISO/MOSI -> CIPO/COPI
2 parents 3ad4da8 + 58cf44a commit 5d991a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// If you require a license, see
44
// https://opensource.org/licenses/bsd-license.php
55
//
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+
//
610
// This sketch turns the Arduino into a AVRISP using the following Arduino pins:
711
//
812
// Pin 10 is used to reset the target microcontroller.

0 commit comments

Comments
 (0)