📄 connection._h
字号:
#ifndef CONNECTION_H
#define CONNECTION_H
//*************************************************
//definition of the ports connected to LED
//************************************************
#define CS1 PB0
#define CS2 PB1
#define D_I PB2
#define R_W PB3
#define E PB4
#define DATA_PORT PORTA
#define LCDCTRLPORT PORTB
//************************************************
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -