📄 usb.txt
字号:
C51 USB Library
#C Copyright (c) 2002 Atmel Nantes
# $Id: usb.txt,v 1.3 2005/03/10 08:26:55 lguilhau Exp $
DESCRIPTION
-----------
The C51 USB library contains all C functions to start an USB transmission/reception.
This library is compliant with all devices of C51 USB family.
Functions are in the usb_drv.c file. The usb_drv.h file gives functions which access directly to SFRs.
An include file is necessary with the SFR description.
This file depends of the selected device. A config.h file calls in the library contains the link with this file.
CONFIGURATION
-------------
<PRE>
In config.h:
1/ USB_FORCE_DETACH (optional)
To be sure to have a correct USB enumeration.
</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -