We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597439a commit c7f3e88Copy full SHA for c7f3e88
mruby_io_SPI_en.md
@@ -21,7 +21,7 @@ Optional Parameters
21
| unit | --- | Specification of the SPI unit |
22
| frequency | Integer | Frequency (default 1MHz) |
23
| mode | Integer | 0 to 3 (default 0) |
24
-| first_bit | Constant | SPI::MSB_FIRST | SPI::LSB_FIRST (default MSB_FIRST) |
+| first_bit | Constant | SPI::MSB_FIRST or SPI::LSB_FIRST (default MSB_FIRST) |
25
26
Example of use:
27
0 commit comments