Skip to content

Commit 02c131f

Browse files
Fix resource function naming (#542)
1 parent 7e23f40 commit 02c131f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/wiki/guides/current/Resource-remapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Figure: How different resource command variation works
5252
| `SERVO` | `1-n` | Servo signal | ? |
5353
| `SONAR_ECHO` | - | | |
5454
| `SONAR_TRIGGER` | - | | |
55-
| `SPI_MISO` | `1-n` | | |
56-
| `SPI_MOSI` | `1-n` | | |
55+
| `SPI_SDI` | `1-n` | Used to be called `SPI_MISO` | |
56+
| `SPI_SDO` | `1-n` | Used to be called `SPI_MOSI` | |
5757
| `SPI_SCK` | `1-n` | | |
5858

5959
## Wiki pages with examples of using the Resource Commands:

0 commit comments

Comments
 (0)