Commit 61156f7
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
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments