mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user