repositorypackage
0.0.0-20170102010805-0eb44b38e517
Repository: https://github.com/adammck/sixaxis.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Sixaxis
This is a Go interface to Sony's [Sixaxis] hardware. Only Linux is supported for the time being, because it relies on the Input Subsystem. Not everything is working yet, but so far it supports:
- Bluetooth (via [sixa] qtsixa)
- Digial Buttons
- Analog Sticks
- Analog Triggers
- Pressure-sensitive Buttons
- Accelerometer
- Gyroscope
- Rumble
- LEDs
Documentation
The docs can be found at [godoc.org] docs, as usual.
Usage
???
License
[MIT] license.
Author
[Adam Mckaig] adammck made this.