/*******************************************************************************
|
* File Name : BSP.h
|
* Description :
|
* Created on : 2018Äê5ÔÂ8ÈÕ
|
* Author : ¶Å¼ü
|
*******************************************************************************/
|
|
#ifndef SRC_BSP_H_
|
#define SRC_BSP_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
#include "HIDO_TypeDef.h"
|
#include "WS2812.h"
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Global Function *
|
*******************************************************************************/
|
HIDO_INT32 BSP_Init(void);
|
|
#endif /* SRC_BSP_H_ */
|