21 lines
477 B
C
21 lines
477 B
C
//HC12 库
|
|
|
|
#include "string.h"
|
|
|
|
#include "systick.h"
|
|
|
|
#include "hc25.h"
|
|
|
|
/**************************************** 私有变量 ****************************************/
|
|
|
|
/*****************************************************************************************/
|
|
|
|
/**************************************** 私有函数 ****************************************/
|
|
|
|
/*****************************************************************************************/
|
|
|
|
void HC12_Init(void)
|
|
{
|
|
|
|
}
|