添加PAN159资料
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/*******************************************************************************
|
||||
* @note Copyright (C) 2017 Shanghai Panchip Microelectronics Co., Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
* @file user_softdelay.h
|
||||
* @brief Èí¼þÑÓʱ@48M
|
||||
*
|
||||
* @history - V1.0, 2017-10-18, huoweibin, first implementation.
|
||||
*******************************************************************************/
|
||||
#ifndef __USER_SOFTDELAY_H
|
||||
#define __USER_SOFTDELAY_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
#include "Mini58Series.h"
|
||||
|
||||
void delay_us(uint16_t us);
|
||||
void delay_ms(uint16_t ms);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __USER_SOFTDELAY_H
|
||||
Reference in New Issue
Block a user