mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
Command adcreg added to write to adc registers
This commit is contained in:
@ -956,6 +956,9 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
int writeRegister(int addr, int val);
|
||||
|
||||
|
||||
int writeAdcRegister(int addr, int val);
|
||||
|
||||
|
||||
int readRegister(int addr);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user