📄 modbus.h
字号:
// provides some additional checking and debug traces,
// doesn't effect the functionality of the application
#define LSL_TEST
// If You want to change some of the physical units defined in RTOS_Units.h,
// then copy the file from the LASAL-directory into the project directory,
// make Your changes and inlude the file here.
// If _RTOS_UNITS_FILE_ is defined, then the standard units will not be
// included later on.
// #include "My_Units.h"
#include <RTOS_private.h>
#include <RTOS_globals.h>
#include <RTOS_Header.h>
#include <RTOS_Variables.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -