Skip to content

Commit 6687a43

Browse files
authored
Fix spelling (#6)
Thank you.
1 parent 3e2dbda commit 6687a43

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ This document, excluding specifically indicated sections, is distributed under t
4646
![CC BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)
4747
</a>
4848

49-
Copyright (C) 2023 mruby forum commitiee.
49+
Copyright (C) 2023 mruby forum committee.
5050
Copyright (C) 2023 Kyushu Institute of Technology.
5151
Copyright (C) 2023 Shimane IT Open-Innovation Center.

mruby_io_SPI_en.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ spi = SPI.new( unit:1, frequency:10_000_000 )
3535

3636
mode parameter
3737

38-
| mode | CPOL | CPHA | Idle state clock polarity | Sampling timming | |
39-
|:----:|:----:|:----:|:-------------------------:|:----------------:|-|
40-
| 0 | 0 | 0 | Low | Rising edge |![mode0](img/spi_mode0.png)|
41-
| 1 | 0 | 1 | Low | Falling edge |![mode1](img/spi_mode1.png)|
42-
| 2 | 1 | 0 | High | Falling edge |![mode2](img/spi_mode2.png)|
43-
| 3 | 1 | 1 | High | Rising edge |![mode3](img/spi_mode3.png)|
38+
| mode | CPOL | CPHA | Idle state clock polarity | Sampling timing | |
39+
|:----:|:----:|:----:|:-------------------------:|:---------------:|-|
40+
| 0 | 0 | 0 | Low | Rising edge |![mode0](img/spi_mode0.png)|
41+
| 1 | 0 | 1 | Low | Falling edge |![mode1](img/spi_mode1.png)|
42+
| 2 | 1 | 0 | High | Falling edge |![mode2](img/spi_mode2.png)|
43+
| 3 | 1 | 1 | High | Rising edge |![mode3](img/spi_mode3.png)|
4444

4545

4646
Device-specific

mruby_io_SPI_ja.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ spi = SPI.new( unit:1, frequency:10_000_000 )
3535

3636
モードパラメータ
3737

38-
| mode | CPOL | CPHA | Idle state clock polarity | Sampling timming | |
39-
|:----:|:----:|:----:|:-------------------------:|:----------------:|-|
40-
| 0 | 0 | 0 | Low | Rising edge |![mode0](img/spi_mode0.png)|
41-
| 1 | 0 | 1 | Low | Falling edge |![mode1](img/spi_mode1.png)|
42-
| 2 | 1 | 0 | High | Falling edge |![mode2](img/spi_mode2.png)|
43-
| 3 | 1 | 1 | High | Rising edge |![mode3](img/spi_mode3.png)|
38+
| mode | CPOL | CPHA | Idle state clock polarity | Sampling timing | |
39+
|:----:|:----:|:----:|:-------------------------:|:---------------:|-|
40+
| 0 | 0 | 0 | Low | Rising edge |![mode0](img/spi_mode0.png)|
41+
| 1 | 0 | 1 | Low | Falling edge |![mode1](img/spi_mode1.png)|
42+
| 2 | 1 | 0 | High | Falling edge |![mode2](img/spi_mode2.png)|
43+
| 3 | 1 | 1 | High | Rising edge |![mode3](img/spi_mode3.png)|
4444

4545

4646
機種依存

0 commit comments

Comments
 (0)