Skip to content

Commit a7769a6

Browse files
authored
Update README.md (#51)
1 parent 4fa1761 commit a7769a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ I2Cのbaudrateをデフォルト値より下げる必要があります([issue
6161
dtparam=i2c_baudrate=62500
6262
```
6363

64+
現在設定されているI2Cのbaudrateは以下のコマンドを実行することで確認できます。
65+
66+
```
67+
$ printf "%d\n" 0x$(xxd -ps /sys/class/i2c-adapter/i2c-1/of_node/clock-frequency)
68+
```
69+
6470
### Raspberry Pi 4
6571

6672
Raspberry Pi 4ではCPUのレジスタがそれまでのRaspberry Piとは異なります([issues#21](https://github.com/rt-net/RaspberryPiMouse/issues/21))。

0 commit comments

Comments
 (0)