-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add explanations about the device files to README #56
Conversation
### arm64版Ubuntu18.04 | ||
### for arm64 Ubuntu18.04 | ||
|
||
Add a following new line in `/boot/firmware/config.txt` to change the i2c_baudrate to 62.5 kHz. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be necessary to set the I2C baudrate lower than the default value (issues#13).
みたいな1行がほしいです。(下げなくても動く場合があるらしいので)
@@ -81,7 +91,118 @@ Raspberry Pi 4で本ドライバを使用する際には`rtmouse.c`の以下の | |||
#define RASPBERRYPI 2 | |||
``` | |||
|
|||
### その他 | |||
## Device files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
デバイスファイルはアルファベット順にソートするか、Input/Outputでまとめると見やすいかなと思いました。
Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Checklists
What does this implement/fix? Explain your changes.
Does this close any currently open issues?
関連: #40