Skip to content

Commit c7f3e88

Browse files
Update mruby_io_SPI_en.md
1 parent 597439a commit c7f3e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mruby_io_SPI_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Optional Parameters
2121
| unit | --- | Specification of the SPI unit |
2222
| frequency | Integer | Frequency (default 1MHz) |
2323
| mode | Integer | 0 to 3 (default 0) |
24-
| first_bit | Constant | SPI::MSB_FIRST | SPI::LSB_FIRST (default MSB_FIRST) |
24+
| first_bit | Constant | SPI::MSB_FIRST or SPI::LSB_FIRST (default MSB_FIRST) |
2525

2626
Example of use:
2727

0 commit comments

Comments
 (0)