aborttransfer.m

来自「Serial Application of GPS」· M 代码 · 共 6 行

M
6
字号
function AbortTransfer(gps)

global pid_command_data cmd_abort_transfer

% Tell the GPS to stop sending data
WritePacket(gps, pid_command_data, cmd_abort_transfer);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?