📄 setup.h
字号:
int status_pin(int);
int control_pin(int);
int data_pin(int);
int calibration(struct hard_setup *, struct soft_setup *);
int home(struct hard_setup *, struct soft_setup *);
int label(struct hard_setup *, struct soft_setup *);
int bits(struct hard_setup *, struct soft_setup *);
int pins(struct hard_setup *);
void setup(struct hard_setup *, struct soft_setup *);
void define_data(struct hard_setup *, struct soft_setup *);
void load_setup(struct hard_setup *, struct soft_setup *, char *);
void save_setup(struct hard_setup *, struct soft_setup *, char *);
void load_screen_setup(struct pos *, struct pos *, struct control *);
void save_screen_setup(struct pos *, struct pos *, struct control *);
void change_units(struct hard_setup *, struct soft_setup *, int, int);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -