should work for serial comm hv for 9m

This commit is contained in:
Dhanya Maliakal
2017-01-05 12:58:49 +01:00
parent bd1601c2eb
commit 0fdbac981e
7 changed files with 400 additions and 74 deletions

View File

@ -112,6 +112,7 @@ int Feb_Control_GetModuleNumber();
void Feb_Control_FebControl();
int Feb_Control_Init(int master, int top, int normal, int module_num);
int Feb_Control_SetupSerialCommunication();
int Feb_Control_CheckSetup();
unsigned int Feb_Control_GetNModules();
@ -120,6 +121,9 @@ int Feb_Control_GetModuleNumber();
int Feb_Control_SetHighVoltage(int value);
int Feb_Control_GetHighVoltage(int* value);
int Feb_Control_SendHighVoltage(int dacvalue);
int Feb_Control_ReceiveHighVoltage(unsigned int* value);
int Feb_Control_SetIDelays(unsigned int module_num, unsigned int ndelay_units);
int Feb_Control_SetIDelays1(unsigned int module_num, unsigned int chip_pos, unsigned int ndelay_units);