This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
CMS3in1/1.Cabin/1.Software/STM32_AD7606/Drivers/BSP/AD7606/ControlCommandReceive.h

22 lines
469 B
C
Raw Normal View History

#ifndef __CONTROLCOMMANDRECEIVE__H__
#define __CONTROLCOMMANDRECEIVE__H__
#include "./SYSTEM/sys/sys.h"
extern uint8_t Control_Buf[8];
extern uint8_t Control_Ins_Flag;
extern uint8_t sampling_control;
extern uint32_t PCS;
extern uint32_t ARR;
extern uint8_t DataArray[26728];
extern uint8_t DataArray_2[6458];
void Instruct_Judgment(void);
void Data_to_ADbuf(void);
//void Sampling_Control(void);
//void CDC_Data_Send(void);
//void Instruct_Judgment(void);
#endif