Skip to content

Commit 0bbcf20

Browse files
author
Amanda Butler
authored
Standardize tip in BusOut.md
Make change from #488 to test site first.
1 parent 27d03d3 commit 0bbcf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/drivers/BusOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use any of the numbered Arm Mbed pins as a DigitalOut in the BusOut.
99
**Tips:**
1010

1111
- You can have up to 16 pins in a Bus.
12-
- The order of pins in the constructor is the reverse order of the pins in the byte order. So 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.
12+
- The order of pins in the constructor is the reverse order of the pins in the byte order. So 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.
1313

1414
### BusOut class reference
1515

0 commit comments

Comments
 (0)