Skip to content

Commit 989da76

Browse files
author
Amanda Butler
authored
Fix formatting in BusOut.md
Make change from #488.
1 parent 5f4f2f6 commit 989da76

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)