Quote:
Originally Posted by fovea1959
|
That is why it got derailed.
Currently the Leonardo is excellent as a HID input device, but as an output device, there isn't much development there....yet.
Personally I would love to see the code used on the Launchpad to allow it to be used as a output device as well as an input device. Specifically, I would like to see how the Driver's Station sends data out to the USB HID device to tell it to set output(s). Additionally, I would like to know how the Launchpad, in this case, receives and processes that data.
Energia, a fork of the Arduino environment, doesn't "currently" support the HID environment, so it is difficult to see how the Launchpad achieves HID "output". Here is the quote I base this comment on:
Quote:
|
however the libraries in Energia do not currently have support for USB HID devices, so you cannot modify the Gamepad firmware in Energia.
|
I too would love to see the Leonardo, as well as the Teensy 3.1 etc., configured to be able to do output as well as input. I just have not seen any examples of the code used to receive and process the the "output" information. Once that information makes it into the wild, we are VERY likely to see a variety implementations used in various ways on Leonardo and other controllers.