26 lines
538 B
C
26 lines
538 B
C
|
/******************************************************************************
|
||
|
* @file drv_eg25gminipice.h
|
||
|
* @brief drv_eg25gminipice drivers
|
||
|
* @version V1.0
|
||
|
* @author Gary
|
||
|
* @copyright
|
||
|
******************************************************************************/
|
||
|
#ifndef DRV_EG25GMINIPICE_H_
|
||
|
#define DRV_EG25GMINIPICE_H_
|
||
|
|
||
|
#include "drv_gpio.h"
|
||
|
#include "stm32f4xx.h"
|
||
|
#include "bsp_task.h"
|
||
|
|
||
|
#include "kit_time.h"
|
||
|
#include "kit_data.h"
|
||
|
#include "kit_debug.h"
|
||
|
|
||
|
#include "ucos_ii.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //DRV_EG25GMINIPICE_H_
|