drivers.h
上传用户:wealth48
上传日期:2022-06-24
资源大小:1701k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /***************************************************************************
  2. Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
  3. by threewter 2004.4.26
  4. ***************************************************************************/
  5. /***************************************************************************
  6.     #说明: 
  7. ----------------------------------  Bug  --------------------------------------
  8. ----------------------------------  TODO list  --------------------------------------
  9. ----------------------------------修正--------------------------------------
  10. 2004-4-26 创建
  11. ***************************************************************************/
  12. #ifndef __DRIVERS_H__
  13. #define __DRIVERS_H__
  14. #include "drv/spi.h"
  15. #include "drv/iic.h"
  16. #include "drv/gpio.h"
  17. #include "drv/zlg7290.h"
  18. #include "drv/keyboard.h"
  19. #include "drv/tchScr.h"
  20. #include "drv/Flash.h"
  21. #include "drv/lcd.h"
  22. //#include "drv/ad.h"
  23. //#include "drv/da.h"
  24. #include "drv/tchScr.h"
  25. #include "drv/serial.h"
  26. #include "../ucos-ii/uhal/isr.h"
  27. #include "../src/drv/calibrate/calibrate.h"
  28. #endif