添加PAN159资料
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/*******************************************************************************
|
||||
* @note Copyright (C) 2021 Terry.Xu
|
||||
* All rights reserved.
|
||||
*
|
||||
* @file bsp.h
|
||||
* @brief bsp for demo board
|
||||
*
|
||||
* @history - V1.0, 2021.9.26
|
||||
*******************************************************************************/
|
||||
#ifndef __BSP_H
|
||||
#define __BSP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
#include "Mini58Series.h"
|
||||
|
||||
void bsp_led_init(void);
|
||||
void bsp_led_set(uint8_t dat);
|
||||
void bsp_led_blink(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __DRV_SPI_H
|
||||
Reference in New Issue
Block a user