readme.txt
来自「基于单片机的USB通信程序」· 文本 代码 · 共 10 行
TXT
10 行
USB Keyboard/Mouse Combination Device
Overview:
This example firmware is based on Microchip's USB Support Firmware. The purpose of this example is to provide a model for making a USB combination device. This mainly entails having the USB descriptors set up correctly. File usb_ch9.c contains the mouse and keyboard descriptors in the correct configuration. The main routine of this example moves the cursor in a circle and sends keyboard keycodes for the message "Microchip USB" over and over again.
Some advice:
Before running this firmware open a blank text document. Make sure that when you run the device/emulator that you are able to give focus to the document. The cursor will be moving in a circle so make sure you have plenty of room to click on the editor window. This will allow you to see the message "Microchip USB" without inadvertently having the message type over an existing document.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?