📄 excustom.h
字号:
#ifndef __EXCUSTOM__H__
#define __EXCUSTOM__H__
/*---------------------------------------------------------------------------------*/
/* use Application API's */
/*---------------------------------------------------------------------------------*/
/* use devices types */
/* use command line device */
#define EX_USE_COMMAND_LINE_DEVICE
/* use messages device */
#define EX_USE_MSG_DEVICE
/* use error messages device */
#define EX_USE_ERROR_MSG_DEVICE
/* use read/write file device */
#define EX_USE_SERIAL_DEVICE
/* use progress bar device */
#define EX_USE_PROGRESS_BAR_DEVICE
/* use 'close all devices' function */
#define EX_USE_CLOSE_ALL_DEVICES
/* maximum number of devices, if CloseAll used */
#define MAX_DEVICES 20
/* use device of input from user - keyboard, etc */
#define EX_USE_USER_INPUT
/*---------------------------------------------------------------------------------*/
/* use other */
/* use Date Time and Random API's */
#define EX_USE_RANDOM
/* use string manipulation API's */
/* #define EX_USE_STRING_API */
/* use conversion from command line to CommandLineStruct */
#define EX_GET_COMMAND_LINE_STRUCT
/* use translation from error # to string */
#define EX_USE_ERRORS
/* use the stdlib library api's */
#define EX_USE_STDLIB_API
/* use the direct library api's */
#define EX_USE_DIRECT_API
/*---------------------------------------------------------------------------------*/
/* use TrueFFS constants */
/* TFFS versions (use 6200 for ver 6.2 for example ) */
#define EX_TFFS_VERSION 6210
/* use TFFS DOC types */
#define EX_USE_TFFS_DOC_TYPES
/* use Binary SDK DOC types */
#define EX_USE_BDK_DOC_TYPES
/* use translation of FLStatus */
#define EX_TRANSLATE_FLSTATUS
/* use translation of flash id */
#define EX_TRANSLATE_FLASH_ID
#endif /* __EXCUSTOM__H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -