usb_device.h
来自「microchip PIC18,pic24系列单片机USB驱动的开发源码」· C头文件 代码 · 共 17 行
H
17 行
/*******************************************************************************
USB Device header file
This file, with its associated C source file, provides the main substance of
the USB device side stack. These files will receive, transmit, and process
various USB commands as well as take action when required for various events
that occur on the bus.
******************************************************************************/
//DOM-IGNORE-BEGIN
/******************************************************************************
FileName: usb_device.h
Dependencies: See INCLUDES section
Processor: PIC18 or PIC24 USB Microcontrollers
Hardware: The code is natively intended to be used on the following
hardware platforms: PICDEM
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?