Commit Graph

3 Commits

Author SHA1 Message Date
Fijxu dd9701c3cb Update python script, nothing special. 2023-08-02 02:44:58 -04:00
Fijxu 955c575891 Use 268Mhz instead of 804Mhz and disable L2 Cache for power saving. 2023-07-31 01:15:16 -04:00
Fijxu 2b3744a344 Add gyro & accel support. Update python script.
- Added Gyroscope and accelerometer support. Now the 3DS sends the data of the Gyroscope
  and accelerometer to the IP address

- Now the python script uses `python-evdev` instead of `python-uinput`.
  It support more EVENTS and INPUT_PROPS, so the gyroscope and
  accelerometer is identified as an gyro and accel device. Just like the
  DualShock linux driver (hid-playstation.c)

- Python script has now a debug variable, if it's enabled it will show
  some debug info, like the state of the keys and sensors X,Y,Z
  positions.

- Added some explanations on the python script to make development more
  easier (Mostly for myself)
2023-07-30 17:22:04 -04:00