init
This commit is contained in:
16
HARDWARE/DataScope_DP.h
Normal file
16
HARDWARE/DataScope_DP.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __DATA_PRTOCOL_H
|
||||
#define __DATA_PRTOCOL_H
|
||||
#include "system.h"
|
||||
|
||||
extern unsigned char DataScope_OutPut_Buffer[42]; //待发送帧数据缓存区
|
||||
|
||||
|
||||
void DataScope_Get_Channel_Data(float Data,unsigned char Channel); // 写通道数据至 待发送帧数据缓存区
|
||||
|
||||
unsigned char DataScope_Data_Generate(unsigned char Channel_Number); // 发送帧数据生成函数
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user