STANDARD.H
资源名称:USB_2.0.rar [点击查看]
上传用户:ids068
上传日期:2013-04-04
资源大小:639k
文件大小:1k
源码类别:
USB编程
开发平台:
C/C++
- /****************************************Copyright (c)**************************************************
- ** 广州周立功单片机发展有限公司
- ** 研 究 所
- ** http://www.zlgmcu.com
- **--------------当前版本修订------------------------------------------------------------------------------
- ** 修改人: 刘英斌
- ** 日 期:2003-03-13
- ** 描 述:ISP1581 V1.0
- **------------------------------------------------------------------------------------------------------
- ********************************************************************************************************/
- #include <reg51.h>
- //***********************************************************************
- //* *
- //* Data Type Definition *
- //* *
- //***********************************************************************
- #define UC unsigned char
- #define UI unsigned int
- #define US unsigned short
- #define UL unsigned long
- #define ULI unsigned long int
- #define UDI double
- #define On 1
- #define Off 0