USB Rocket Launcher Controller Code
Status: Alpha
Brought to you by:
philipsalvaggio
File | Date | Author | Commit |
---|---|---|---|
hidapi | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
CMakeLists.txt | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
LICENSE.txt | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
README.txt | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
example.cpp | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
usb_rocket_launcher.cpp | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
usb_rocket_launcher.h | 2013-05-28 |
![]() |
[cecc7f] Initial commit |
This is a control library for the USB Rocket Launcher from ThinkGeek: http://www.thinkgeek.com/product/8a0f/ This driver relies on the HID API library: http://www.signal11.us/oss/hidapi/ The building process is handled by CMake. The HID API is included in the hidapi/ subdirectory. To build the control library and the example program, first create a subdirectory called build/. Then, navigate to that directory and execute CMake to create a Makefile which will build the programs: > mkdir build > cd build > cmake .. > make