STANDARD.H
上传用户:ids068
上传日期:2013-04-04
资源大小:639k
文件大小:1k
源码类别:

USB编程

开发平台:

C/C++

  1. /****************************************Copyright (c)**************************************************
  2. **                               广州周立功单片机发展有限公司
  3. **                                     研    究    所
  4. **                                 http://www.zlgmcu.com
  5. **--------------当前版本修订------------------------------------------------------------------------------
  6. ** 修改人: 刘英斌
  7. ** 日 期:2003-03-13
  8. ** 描 述:ISP1581 V1.0
  9. **------------------------------------------------------------------------------------------------------
  10. ********************************************************************************************************/
  11. #include <reg51.h>
  12. //***********************************************************************
  13. //*   *
  14. //*                    Data Type Definition *
  15. //*          *
  16. //***********************************************************************
  17. #define UC unsigned char 
  18. #define UI unsigned int
  19. #define US unsigned short
  20. #define UL unsigned long
  21. #define ULI unsigned long int
  22. #define     UDI      double
  23. #define On 1
  24. #define Off 0