added adc_write to simply write to registers and read back, instead of making more functions

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@104 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-01-13 13:53:48 +00:00
parent 429bedecca
commit 89c00ffda3
2 changed files with 11 additions and 8 deletions

View File

@ -262,8 +262,7 @@ enum dacIndex {
G_VCASC_OUT, /**< gotthard */
G_VIN_CM, /**< gotthard */
G_VREF_COMP, /**< gotthard */
G_IB_TESTC, /**< gotthard */
G_ADC_WRITE /**< gotthard: ADC WRITE REG*/
G_IB_TESTC /**< gotthard */
};
/**
@ -503,5 +502,8 @@ typedef struct {
} angleConversionConstant;
enum reg{
ADC_WRITE
};
#endif