abstract.txt
来自「LP236X的教程里面有许多源码例程。我当初可是花钱买来的。希望能帮得上忙。」· 文本 代码 · 共 19 行
TXT
19 行
The HID project is a demo program for the Keil MCB2300 Board
using the NXP LPC23xx Microcontroller.
It demonstrates an USB HID (Human Interface Device):
- 8 LEDs (LED0..7)
- 1 Push Button (INT)
The USB HID is recognized by the host PC running Windows
which will load a generic HID driver. The board LEDs
and Push Buttons can then be accessed from the PC
through a custom HID Client Program.
The HID program is available for the following targets:
MCB2300 Board: configured for on-chip Flash ROM
(used for production or target debugging)
Note: set jumper J5 to 1[2 3] (jumper towards JTAG connector)
for USB soft connect
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?