21 lines
477 B
C
21 lines
477 B
C
|
|
//HC12 <20><>
|
|||
|
|
|
|||
|
|
#include "string.h"
|
|||
|
|
|
|||
|
|
#include "systick.h"
|
|||
|
|
|
|||
|
|
#include "hc25.h"
|
|||
|
|
|
|||
|
|
/**************************************** ˽<>б<EFBFBD><D0B1><EFBFBD> ****************************************/
|
|||
|
|
|
|||
|
|
/*****************************************************************************************/
|
|||
|
|
|
|||
|
|
/**************************************** ˽<>к<EFBFBD><D0BA><EFBFBD> ****************************************/
|
|||
|
|
|
|||
|
|
/*****************************************************************************************/
|
|||
|
|
|
|||
|
|
void HC12_Init(void)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|