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/2.Blade/1.Software/STM32/Drivers/BSP/AD7606/ControlCommandReceive.h

25 lines
439 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 ARR;
extern uint32_t PCS;
extern uint8_t DataArray[16448];
void Instruct_Judgment(void);
void Data_to_ADbuf(void);
//void Sampling_Control(void);
//void CDC_Data_Send(void);
//void Instruct_Judgment(void);
#endif