init.h

来自「基于mega48单片机编码cmx865芯片驱动程序实现FSK通信模块。」· C头文件 代码 · 共 17 行

H
17
字号
#include <iom48v.h>
#include <macros.h>
#include "eXT.h"
#include "eXTVar.h"
// ͨѶ //
void port_init(void);
void VarInit(void);
void MTimer10MS(void);
void init_devices(void);
void * mem_cpy(void * s1, void *s2, int n);
void *mem_set(void *s, char val, int n);
void Uart0Transmit(void);
extern void UartRx1(void);
extern void UartTx1(void);
extern void ModemRxByte(void);
extern void CheckLineState (void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?