📄 tdp.h
字号:
#define uchar unsigned char
typedef union
{
unsigned long l;
unsigned char c[4];
}LONG_CHAR;
typedef union
{
unsigned i;
unsigned char c[2];
}INT_CHAR;
/*main.c*/
/*mymath.h*/
bit fover(float x);
char* ftos(float x);
/*1602.c*/
void LCD_gotoxy(char x,char y);
void LCD_init(void);
void LCD_puts(char *s);
void w_dat(uchar dat);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -