|
|
@@ -0,0 +1,13 @@
|
|
|
+# USB Game Controller for Flipper Zero
|
|
|
+This is an app for the Flipper Zero that emulates a game controller (specifically the Xbox 360 controller) and lets the user interact with the emulated joystick, A and B buttons.
|
|
|
+It also contains a full implementation of XInput for the Flipper Zero that supports every input that a regular Xbox controller does, which you may use in other applications.
|
|
|
+
|
|
|
+## Special Thanks
|
|
|
+
|
|
|
+[Dave Madison's "Understanding the Xbox 360 Wired Controller’s USB Data"](https://www.partsnotincluded.com/understanding-the-xbox-360-wired-controllers-usb-data/) - Detailed documentation of the protocol
|
|
|
+
|
|
|
+[Willy-JL](https://github.com/Willy-JL) - Help with bugs
|
|
|
+
|
|
|
+Microsoft - Creating the Xbox itself
|
|
|
+
|
|
|
+[The Flipper Zero Team](https://github.com/flipperdevices) - Creating the Flipper Zero itself
|