usbhid_abstract.txt

来自「LPCXpresso1768」· 文本 代码 · 共 26 行

TXT
26
字号
The HID project is a demo program for the LPC1768
using Keil MCB1700 board.

Example functionality:                                                   
 - Clock Settings:
   - XTAL                   =  12 MHz
   - PLL                    = 288 MHz
   - processor clock = CCLK =  72 MHz
   - USB clock              =  48 MHz
   - CCLK / 4 clock         =  18 MHz

It demonstrates an USB HID (Human Interface Device):
  -  LEDs (LEDs controlled by P2.2~2.6)
  -  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:
  MCB1700: configured for on-chip Flash ROM
           (used for production or target debugging)

Note: set jumper D-, D+ to DEVICE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?