搜索资源列表
stm32.USB-simulated-mouse-movement
- 基于stm32USB模拟鼠标移动,演示用键盘的S1,S2,S3,S4模拟鼠标的上下左右移动。-Based on stm32, USB mouse, demonstration of the keyboard S1, S2, S3, S4 simulated mouse from top to bottom and move around.
HID_MOUSE_-KEY
- stm32的usb鼠标键盘,一个usb口模拟出的复合设备,遵循HID协议。测试通过。stm32f103 3.5库开发。-stm32 a usb mouse, keyboard, usb port to simulate a complex device, follow the HID protocol. Test. stm32f103 3.5 library development.
STM32-USB-MOUSE
- stm32实现的USB 鼠标实现,采用键盘模拟鼠标操作,然后通过usb协议将操作传输给PC,实现单片机对电脑鼠标箭头的控制。-Implemented stm32 USB mouse, the keyboard simulation the mouse operation, and then transmitted to the PC through USB agreement will operation, realize the single chip microcomputer contro
STM32-USB--Mouse
- 学习STM32的USB HOST功能使用,实现对USB鼠标/键盘的驱动-Learning to use the STM32 USB HOST function, to achieve the USB mouse/keyboard drivers
STM32_USB_复合设备OK
- keil平台,基于STM32的USBHID设备,可以模拟鼠标键盘(Keil platform, STM32 based USBHID device, you can simulate the mouse keyboard)
USB鼠标键盘复合设备
- 自己做的基于STM32的鼠标键盘符合设备,可以用于熟悉USB编程(Do their own STM32 based keyboard and mouse in line with the equipment, can be used to familiar with USB programming)
stm32f4 keyboard & mouse
- STM32F4 实现的鼠标和键盘程序,修改就可以直接用了(STM32F4 achieve the mouse and keyboard procedures, modify IT and then you can use it directly.)
实验54 USB鼠标键盘(Host)实验
- USB使用历程 STM32-407 用于嵌入式系统开发学习的历程,包含使用库函数模板(STM32-429 user example)
实物-键盘gamepad
- stm32四个键实现键盘输入,游戏鼠标的输入,可以操作游戏(stm32 boardpad input)
STM32_USB
- STM32虚拟鼠标键盘,HID通信协议,无需安装驱动就能进行交互,这给HID学习者提供资料(stm32 visual mouse keyboard)
USB鼠标键盘(Host)实验
- stm32 USB鼠标键盘(Host)实验.帮助学习usb host的协议。
STM32F1的USB复合键盘+鼠标程序
- 基于MDK5.23,使用STM32CUBEMX生成模板修改而成,usb报告描述符使用REPORT ID方式使得在1个interface下实现2个设备(键盘+鼠标),便于usb初学者参考学习