Audio + Other USB types

Maes2ro

Active member
I am working on a Teensy 4.0 Project that has an SGTL5000 Audio processor but also has numerous other functions. I am using the Teensy Audio library, complied with the USB Type "Audio", and the audio functions work fine.

For other aspects of the device I would also like to use "Serial" and "Joystick" functions in the same project. Is this possible?
 
Possible, yes. As easy as just clicking the USB Type menu, no, at least not for Joystick together with Audio. For that, you'll need to edit usb_desc.h to create a custom USB type.
 
Hi Paul

Thanks for the advice. I've edited the desc.h in the past to set the joystick size to 64, so now its time to dig a bit deeper!
 
Back
Top