common.h
来自「MEGA48单片机模拟/硬件两种方式实现TWI通讯」· C头文件 代码 · 共 14 行
H
14 行
#include <ioavr.h>
#include "mylib.h"
#ifndef COMMON_H
#define COMMON_H
void Delayms(uint32 Tms);
void Led_Onebyte(uint8 Data_Disp);
void Write_Flash_OnePage(uint16 Address) @ "SEG_BL";
void E2prom_Write(uint8 E2prom_Address,uint8 E2prom_Data);
uint8 E2prom_Read(uint8 E2prom_Address);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?