You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit [`rtmouse.c`](https://github.com/rt-net/RaspberryPiMouse/blob/dd0343449951a99b067e24aef3c03ae5ed9ab936/src/drivers/rtmouse.c#L54) to change the defined value `RASPBERRYPI` from '2' to '4'.
60
+
Edit [`rtmouse.c`](https://github.com/rt-net/RaspberryPiMouse/blob/3.2.0/src/drivers/rtmouse.c#L54) to change the defined value `RASPBERRYPI` from '4' to '2'.
61
61
62
-
Raspberry Pi 4ではCPUのレジスタがそれまでのRaspberry Piとは異なります([issues#21](https://github.com/rt-net/RaspberryPiMouse/issues/21))。
63
-
Raspberry Pi 4で本ドライバを使用する際には`rtmouse.c`の以下の行(2020年4月13日現在の最新版のv2.1.0では[54行目](https://github.com/rt-net/RaspberryPiMouse/blob/dd0343449951a99b067e24aef3c03ae5ed9ab936/src/drivers/rtmouse.c#L54))を`RASPBERRYPI 4`に書き換えてビルドする必要があります。
Raspberry Pi 2/3ではCPUのレジスタがRaspberry Pi 4とは異なります([issues#21](https://github.com/rt-net/RaspberryPiMouse/issues/21))。
63
+
Raspberry Pi 2/3で本ドライバを使用する際には`rtmouse.c`の以下の行(2022年4月現在の最新版の3.2.0では[54行目](https://github.com/rt-net/RaspberryPiMouse/blob/3.2.0/src/drivers/rtmouse.c#L54))を`RASPBERRYPI 2`に書き換えてビルドする必要があります。
0 commit comments