You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
970 B
C
47 lines
970 B
C
|
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __ALLinclude_H
|
|
#define __ALLinclude_H
|
|
|
|
|
|
|
|
/* Includes ------------------------------------------------------------------*/
|
|
#include "py32f4xx_hal.h"
|
|
#include "py32f403xx_Start_Kit.h"
|
|
|
|
#include "main.h"
|
|
#include "FreeRTOS.h"
|
|
#include "task.h"
|
|
#include "queue.h"
|
|
#include "timers.h"
|
|
|
|
#include "StartTask.h"
|
|
#include "FunctionKey.h"
|
|
#include "FunctionADC.h"
|
|
#include "DriverSPI.h"
|
|
#include "driver_ST7735S.h"
|
|
#include "testimage.h"
|
|
#include "driver_motor.h"
|
|
#if RGB_light ==1
|
|
#include "FuctionRGB.h"
|
|
#endif
|
|
#if Use_Pressure_Sensor ==1
|
|
#include "vl53l0x_i2c.h"
|
|
#include "FunctionPressure.h"
|
|
#include "PMDS_Fx.h"
|
|
#include "IIC.h"
|
|
#endif
|
|
#include "FunctionSleep.h"
|
|
//#include "driver_Gif.h"
|
|
|
|
|
|
#include "SerialFlash.h"
|
|
#include "Function_SerialFlash.h"
|
|
#include "driver_UV.h"
|
|
|
|
|
|
|
|
#endif /* __ALLinclude_H */
|
|
|
|
/************************ (C) COPYRIGHT ZZY *****END OF FILE******************/
|