⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 protocol.c

📁 MSP430方案,用于脉冲采集器,其功能众多,上传代码仅供参考,不得用于商业
💻 C
字号:
#include "protocol.h"
#include "uart.h"
#include "pub_func.h"
#include "sys_time.h"
#include "storage.h"
#include "data_flash.h"
#include "sys_event.h"
#include "string.h"

// commands
//const unsigned char _slvs_cmd[]=
//{
//};

// processes
//const COMM_PROC_PTR _slvs_proc[]=
//{
//};

/* prase frame
*/
void parse_frame(void)
{
}

⌨️ 快捷键说明

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