rikka0w0 / CH55x_USB_CompositeDevice

USB Composite Device Demo (Keyboard, Custom HID and Massive Storage) using CH55x
MIT License
113 stars 27 forks source link
ch554 usb usb-hid

CH554 USB Composite Device Demo (USB复合设备演示程序)

This demo emulates a USB composite device, which has 3 interface available (本演示程序模拟了一个具有3个接口的USB设备):

Author(作者): Rikka0w0 (小六花)

BadApple.zip contains a funny demo which can play the BadApple video on a SDD1306 128x64 OLED screen, the OLED screen is controlled via I2C, check out I2c.c for details about hardware configuration. (BadApple.zip包含一个有趣的演示,可以在SDD1306 128x64 OLED屏幕上播放BadApple视频,OLED屏幕通过I2C控制,在I2c.c中包含如何连接屏幕的信息)

Hardware Setup(硬件配置):

Capabilities(能做到什么):

USB Mass Storage Device (USB大容量储存设备)

File Structure(文件结构):

main.c

Notes: