- 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)