Skip to content

Commit 6e7a0cb

Browse files
author
Amanda Butler
authored
Fix typo in BusIn.md
Make change from #488.
1 parent 2d53876 commit 6e7a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/drivers/BusIn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use any of the numbered Arm Mbed pins as a DigitalIn in the BusIn.
88

99
**Tips:**
1010
* You can have up to 16 pins in a Bus.
11-
* The order of pins in the constructor is the reverse order of the pins in the byte order. If you have `BusOut(a,b,c,d,e,f,g,h)` then the order of bits in the byte would be `hgfedcba` with `a` being bit 0, `b` being bit 1, `c` being bit 2 and so on.
11+
* The order of pins in the constructor is the reverse order of the pins in the byte order. If you have `BusIn(a,b,c,d,e,f,g,h)` then the order of bits in the byte would be `hgfedcba` with `a` being bit 0, `b` being bit 1, `c` being bit 2 and so on.
1212

1313
### BusIn class reference
1414

0 commit comments

Comments
 (0)