You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
727 B

4 years ago
  1. /*********************************************************
  2. *Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd.
  3. *: lib_config.h
  4. * : AE Team
  5. * : V1.01
  6. * : 2021/01/12
  7. * :
  8. * :
  9. 使
  10. **********************************************************/
  11. #ifndef __LIBCONFIG_H__
  12. #define __LIBCONFIG_H__
  13. #include "lib_adc.h"
  14. #include "lib_iic.h"
  15. #include "lib_scs.h"
  16. #include "lib_scu.h"
  17. #include "lib_spi.h"
  18. #include "lib_timer.h"
  19. #include "lib_uart.h"
  20. #include "lib_wdt.h"
  21. #include "lib_gpio.h"
  22. #include "lib_printf.h"
  23. #endif