Libsicksaxis: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
libsicksaxis is a C written library that implements the PS3 Sixaxis and DualShock 3 USB protocol to read (and set) controller's data. | {{lowercase title}} | ||
{{Infobox development tools | |||
| title = libsicksaxis | |||
| description = PS3 controllers to the Wii | |||
| type = library | |||
| author = [[User:Xerpi|xerpi]] | |||
| version = 2 | |||
| download = https://github.com/xerpi/libsicksaxis/archive/master.zip | |||
| source = https://github.com/xerpi/libsicksaxis | |||
}} | |||
'''''libsicksaxis''''' is a C written library that implements the PS3 Sixaxis and DualShock 3 USB protocol to read (and set) controller's data. | |||
Line 10: | Line 22: | ||
* Rumble | * Rumble | ||
* Turn on/off the LEDs | * Turn on/off the LEDs | ||
* Set the controller's MAC | * Set the controller's bluetooth MAC | ||
* Get the controller's MAC | * Get the controller's bluetooth MAC | ||
== Version 2 == | |||
* Rewritten from scratch | |||
* Should be more stable | |||
== Version 1 improvements (from beta version) == | == Version 1 improvements (from beta version) == |
Latest revision as of 01:39, 13 January 2014
libsicksaxis | |
General | |
---|---|
Author(s) | xerpi |
Type | Library |
Version | 2 |
Links | |
Download | |
Source |
libsicksaxis is a C written library that implements the PS3 Sixaxis and DualShock 3 USB protocol to read (and set) controller's data.
Features
- Read the buttons
- Read the analog sticks
- Read the motion sensors (accelerometer and gyro)
- Read the button pressure
- Rumble
- Turn on/off the LEDs
- Set the controller's bluetooth MAC
- Get the controller's bluetooth MAC
Version 2
- Rewritten from scratch
- Should be more stable
Version 1 improvements (from beta version)
- Reorganizated the code
- Improved some functions
- Changed synchronous USB functions to asyncrhonous (this means it won't lag anymore)