Commit Graph

5 Commits

Author SHA1 Message Date
Fijxu 3a946cc886 Changed main project name. Nothing impressive 2023-08-01 14:46:12 -04:00
Fijxu 418dd4fcd3 Update '3DSsource/3DSController.ini' 2023-07-31 15:07:37 -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 fc6e7f75af Delete useless files that nobody needs 2023-07-30 17:31:11 -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