Part Number: MSP430F5529
Other Parts Discussed in Thread: ENERGIA
I have one of these along with an Adafruit "Small Arcade Joystick" and some Arcade Buttons and want to make a USB HID Joystick rather than sending as keystrokes.
Is it possible to do this in Energia? I'm just getting started learning the LaunchPad.
Is there something that lets me include a custom HID Report and send and receive reports to the PC over USB with Energia?
Or do I have to use C with CCS? I'm having a little trouble with CCS learning how to send and receive from regular GPIO pins and send those over a USB HID Report. I have the example out of the box project loaded, but it uses the Buttons rather than GPIO, and I'm not sure how #pragma vector things work yet for interrupts. I've got a lot of reading to do seems like a lot to take in.