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 4fa1761 commit a7769a6Copy full SHA for a7769a6
README.md
@@ -61,6 +61,12 @@ I2Cのbaudrateをデフォルト値より下げる必要があります([issue
61
dtparam=i2c_baudrate=62500
62
```
63
64
+現在設定されているI2Cのbaudrateは以下のコマンドを実行することで確認できます。
65
+
66
+```
67
+$ printf "%d\n" 0x$(xxd -ps /sys/class/i2c-adapter/i2c-1/of_node/clock-frequency)
68
69
70
### Raspberry Pi 4
71
72
Raspberry Pi 4ではCPUのレジスタがそれまでのRaspberry Piとは異なります([issues#21](https://github.com/rt-net/RaspberryPiMouse/issues/21))。
0 commit comments