setup.h

来自「This is a CNCPro source file. It is incl」· C头文件 代码 · 共 18 行

H
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?