- Application: Demonstrate how to implement a USB HID composite device with three interfaces (Mouse, Keyboard, Joystick)
- BSP Version: NUC123 Series BSP CMSIS V3.01.001
- Hardware: NuTiny-EVB-NUC123-LQFP64 v1.0
This example code implements a HID composite device with three 3 functions, HID mouse, HID keyboard, and HID joystick. 3 GPIOs are used for triggering function in different interfaces.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1118155048
|