📄 commands.h
字号:
//****************************************************************************
// commands.h
//
// List of commands used in the "basic" Demo board project
//****************************************************************************
//-- Command format -> CCCD DDDD -> C = Command D = Data
#define ReadPortA 0x00
#define ReadPortB 0x20
#define Read1wire 0x40
#define ReadADC 0x60
#define WritePortA 0x80
#define WritePortB 0xA0
#define WriteTrisA 0xC0
#define WriteTrisB 0xE0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -