Skip to content

Commit 27d03d3

Browse files
author
Amanda Butler
authored
Standardize tip in BusInOut.md
Make change from #488 to test site.
1 parent 6e7a0cb commit 27d03d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/api/drivers/BusInOut.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Use the BusInOut interface as a bidirectional bus that supports up to 16 [Digita
66

77
You can use any of the numbered Arm Mbed pins as a DigitalInOut.
88

9-
<span class="notes">**Note:** 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 is `hgfedcba` with `a` being bit 0, `b` being bit 1, `c` being bit 2 and so on.</span>
9+
**Tip:**
10+
11+
The order of pins in the constructor is the reverse order of the pins in the byte order. If you have `BusInOut(a,b,c,d,e,f,g,h)`, then the order of bits in the byte is `hgfedcba` with `a` being bit 0, `b` being bit 1, `c` being bit 2 and so on.
1012

1113
### BusInOut class reference
1214

0 commit comments

Comments
 (0)