Skip to content

Commit 61156f7

Browse files
authored
Add hint MISO/MOSI -> CIPO/COPI
The Arduino documentation uses the new CIPO/COPI terminology while the whole arduino core still uses the old MISO/MOSI. While I thought about changing everything in the arduino cores, this would break many old sketches so I figuered adding a hint is the way to go. Also, only changing terminology in this sketch doesn't work for consistency reasons, eg. beginning in line 106.
1 parent 3ad4da8 commit 61156f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// If you require a license, see
44
// https://opensource.org/licenses/bsd-license.php
55
//
6+
// Please note that this sketch still uses MISO/MOSI instead of CIPO/COPI.
7+
// For further details, see https://docs.arduino.cc/learn/communication/spi
8+
//
69
// This sketch turns the Arduino into a AVRISP using the following Arduino pins:
710
//
811
// Pin 10 is used to reset the target microcontroller.

0 commit comments

Comments
 (0)